Add configuration for IMV, an image viewer

This commit is contained in:
Alex Palaistras 2022-05-23 10:06:00 +01:00
parent 3b10bd7a19
commit 86ab0ac348
2 changed files with 18 additions and 2 deletions

17
.config/imv/config Normal file
View File

@ -0,0 +1,17 @@
# General Options.
[options]
background = 2d2d2d
overlay_font = Iosevka:18
overlay_background_color = 282828
# Keybindings.
[binds]
h = prev 1
j = zoom 5
k = zoom -5
l = next 1
<Shift+H> = pan -100 0
<Shift+J> = pan 0 100
<Shift+K> = pan 0 -100
<Shift+L> = pan 100 0

View File

@ -1,4 +1,3 @@
[Default Applications]
application/pdf=emacs.desktop;
image/jpeg=emacs.desktop;
image/png=emacs.desktop;
x-scheme-handler/mailto=thunderbird.desktop;