From 2a610aeff4a33456c03f0c8db1469cdc95ba1e73 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Wed, 10 Jan 2024 02:09:02 +0100 Subject: vifm: add jxl image file format --- .config/vifm/vifmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc index 61e924a..1b551a8 100644 --- a/.config/vifm/vifmrc +++ b/.config/vifm/vifmrc @@ -19,7 +19,7 @@ set vifminfo=tui,dhistory,savedirs,chistory,shistory,phistory,fhistory set wildmenu filextype *.djvu,*.epub,*.pdf,*.ps zathura %c 2>/dev/null & -filextype *.bmp,*.gif,*.jpeg,*.jpg,*.png,*.tif,*.tiff,*.webp nsxiv -a -b %f & +filextype *.bmp,*.gif,*.jpeg,*.jpg,*jxl,*.png,*.tif,*.tiff,*.webp nsxiv -a -b %f & filetype *.mp3,*.ogg mpv %f filextype *.mp4,*.mp4.part,*.webm,*.webm.part,*.mkv mpv --no-terminal %f & filextype *.html,*.htm chromium %f & -- cgit v1.2.3-54-g00ecf