diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-09-20 16:20:41 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-09-20 16:20:41 +0300 |
commit | b04e179521f550e6b2ebfaa65e948cf5f9031738 (patch) | |
tree | 7955854eb78c846b063b19b525cf0036eef7754f /dotfiles/.config/imv/config | |
parent | 26e3e60a21c7f7359dd4e1f49dba1b83c87aacd7 (diff) | |
download | swayrice-b04e179521f550e6b2ebfaa65e948cf5f9031738.tar.gz swayrice-b04e179521f550e6b2ebfaa65e948cf5f9031738.zip |
imv: font size, image file selection
* Make overlay font size smaller.
* Select images in lf from imv.
TODO: find a sxiv-like viewer that is wayland-native like imv.
Diffstat (limited to 'dotfiles/.config/imv/config')
-rw-r--r-- | dotfiles/.config/imv/config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dotfiles/.config/imv/config b/dotfiles/.config/imv/config index bf3453e..587eb7f 100644 --- a/dotfiles/.config/imv/config +++ b/dotfiles/.config/imv/config @@ -1,5 +1,8 @@ -[binds] +[options] +overlay_font = mono:10 +overlay_position_bottom = true +[binds] <Ctrl+a> = exec setbg "$imv_current_file" <Ctrl+1> = exec setbg "$imv_current_file" <Ctrl+2> = exec setbg "$imv_current_file" "2" @@ -7,3 +10,4 @@ <Ctrl+d> = exec setbglsimple "$imv_current_file" <Ctrl+c> = exec wl-copy < "$imv_current_file" <Ctrl+Shift+c> = exec wl-copy "$imv_current_file" +<m> = exec lf -remote "send toggle '$imv_current_file'" |