From b04e179521f550e6b2ebfaa65e948cf5f9031738 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Wed, 20 Sep 2023 16:20:41 +0300
Subject: 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.
---
 dotfiles/.config/imv/config | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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'"
-- 
cgit v1.2.3