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:
7
.config/imv/config
Normal file
7
.config/imv/config
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
[binds]
|
||||||
|
<plus> = zoom 1
|
||||||
|
|
||||||
|
p = prev
|
||||||
|
n = next
|
||||||
|
|
||||||
|
<Shift+R> = rotate by 90
|
||||||
@@ -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
|
||||||
|
|||||||
2
.profile
2
.profile
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user