From 35b3608fcbb813f60b54097678639d99e715b5db Mon Sep 17 00:00:00 2001 From: Al-Hassan Abdel-Raouf Date: Tue, 29 Mar 2022 10:48:17 +0200 Subject: [PATCH] using imv for photo viewing --- .config/vifm/vifmrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc index 242001a..012ee28 100644 --- a/.config/vifm/vifmrc +++ b/.config/vifm/vifmrc @@ -240,20 +240,20 @@ filetype *.[1-8] man ./%c fileviewer *.[1-8] man ./%c | col -b " Images -filextype *.bmp,*.jpg,*.jpeg,*.png,*.xpm - \ {View in sxiv} - \ sxiv %f, +filextype *.bmp,*.jpg,*.jpeg,*.png,*.xpm,*.svg + \ {View in imv} + \ imv %f, \ {View in gpicview} \ gpicview %c, \ {View in shotwell} \ shotwell, -fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.xpm +fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.xpm,*.svg \ identify -verbose %f " GIF(Animations) filextype *.gif - \ {View in sxiv} - \ sxiv -a %f, + \ {View in imv} + \ imv -a %f, fileviewer *.gif \ identify %f