summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-01-10 02:09:02 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2024-01-10 02:09:02 +0100
commit2a610aeff4a33456c03f0c8db1469cdc95ba1e73 (patch)
treed9192c527aa797ed5c54dde7f653845e233ebd5e
parent81558a4cd24c9020ef8202e856712381f0028b81 (diff)
downloaddotfiles-2a610aeff4a33456c03f0c8db1469cdc95ba1e73.tar.zst
vifm: add jxl image file format
-rw-r--r--.config/vifm/vifmrc2
1 files changed, 1 insertions, 1 deletions
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 &