From 093bc811d54fc2693a1a7c93156f0708ea48ef59 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 2 Oct 2023 19:11:20 +0200 Subject: [PATCH] multimedia: Add simple imv configuration Added simple configuration for the imv image viewer which is wayland-compatible. Nothing too fancy but some simple vim-like mappings are set, as well as some styling applied. --- multimedia/.config/imv/config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 multimedia/.config/imv/config diff --git a/multimedia/.config/imv/config b/multimedia/.config/imv/config new file mode 100644 index 0000000..72ea39d --- /dev/null +++ b/multimedia/.config/imv/config @@ -0,0 +1,20 @@ +[options] +background = #080808 +overlay = false +overlay_position_bottom = true +overlay_font = monospace:12 +overlay_text_color = #c6c6c6 +overlay_background_color = #1c1c1c +overlay_background_alpha = ff + +[binds] +n = next +p = prev +o = overlay + = zoom 5 + = zoom -5 + = rotate by 90 +z = flip horizontal + = flip vertical +y = exec wl-copy "$imv_current_file" +Y = exec wl-copy < "$imv_current_file"