1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-01-24 08:04:46 +01:00

moved from sxiv to imv for better wayland compatibility

This commit is contained in:
2026-01-17 06:38:46 +01:00
parent 69bce56a37
commit 7995736df8
3 changed files with 10 additions and 3 deletions

7
.config/imv/config Normal file
View File

@@ -0,0 +1,7 @@
[binds]
<plus> = zoom 1
p = prev
n = next
<Shift+R> = rotate by 90

View File

@@ -267,8 +267,8 @@ fileviewer *.[1-8] man ./%c | col -b
" Images " Images
filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm,*.webp filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm,*.webp
\ {View in sxiv} \ {View in imv}
\ sxiv -ia %c %d &, \ imv %c %d &,
fileviewer <image/*> fileviewer <image/*>
\ vifmimg draw %px %py %pw %ph %c \ vifmimg draw %px %py %pw %ph %c
\ %pc \ %pc

View File

@@ -14,7 +14,7 @@ export BROWSER="zen-browser"
export RTV_BROWSER="qutebrowser" export RTV_BROWSER="qutebrowser"
export EDITOR="nvim" export EDITOR="nvim"
export FILE="vifmrun" export FILE="vifmrun"
export IMAGE="sxiv" export IMAGE="imv"
export READER="zathura" export READER="zathura"
export TERMINAL="st" export TERMINAL="st"
export QT_QPA_PLATFORMTHEME="qt6ct" export QT_QPA_PLATFORMTHEME="qt6ct"