From 7995736df8e1ff0824a6dc0ca8551ec1d4cbe878 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 17 Jan 2026 06:38:46 +0100 Subject: [PATCH] moved from sxiv to imv for better wayland compatibility --- .config/imv/config | 7 +++++++ .config/vifm/vifmrc | 4 ++-- .profile | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 .config/imv/config diff --git a/.config/imv/config b/.config/imv/config new file mode 100644 index 0000000..19c1713 --- /dev/null +++ b/.config/imv/config @@ -0,0 +1,7 @@ +[binds] + = zoom 1 + +p = prev +n = next + + = rotate by 90 diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc index c524beb..edc491f 100644 --- a/.config/vifm/vifmrc +++ b/.config/vifm/vifmrc @@ -267,8 +267,8 @@ fileviewer *.[1-8] man ./%c | col -b " Images filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm,*.webp - \ {View in sxiv} - \ sxiv -ia %c %d &, + \ {View in imv} + \ imv %c %d &, fileviewer \ vifmimg draw %px %py %pw %ph %c \ %pc diff --git a/.profile b/.profile index 59b3376..91215f7 100644 --- a/.profile +++ b/.profile @@ -14,7 +14,7 @@ export BROWSER="zen-browser" export RTV_BROWSER="qutebrowser" export EDITOR="nvim" export FILE="vifmrun" -export IMAGE="sxiv" +export IMAGE="imv" export READER="zathura" export TERMINAL="st" export QT_QPA_PLATFORMTHEME="qt6ct"