using imv for photo viewing

This commit is contained in:
Al-Hassan Abdel-Raouf 2022-03-29 10:48:17 +02:00
parent 7f4e553772
commit 35b3608fcb
1 changed files with 6 additions and 6 deletions

View File

@ -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