summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-08-26 22:01:00 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2023-08-26 22:01:00 +0200
commitab19cd580c2fce84df4b674d2dc6695fe3c586f5 (patch)
tree02309e297569a327811ab640fdc2a45ffb321ea0
parent97a347d6000440ec267b8031644ebd9bf2d95088 (diff)
downloaddotfiles-ab19cd580c2fce84df4b674d2dc6695fe3c586f5.tar.zst
sxiv is superseded by nsxiv
-rw-r--r--.config/vifm/vifmrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc
index 7cb9ba3..61e924a 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 sxiv -a -q %f 2>/dev/null &
+filextype *.bmp,*.gif,*.jpeg,*.jpg,*.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 &