diff options
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'" |