summaryrefslogtreecommitdiff
path: root/config/extra
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-21 00:35:13 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-21 00:35:13 +0200
commitc3c4b8c6b4556e01770a75da4b6fbf8e1eba9ce4 (patch)
tree006d8799585d86557e570f03af93b112a079a697 /config/extra
parent39a6cea6f2f198aa08189d345e0281a591d17ec4 (diff)
parent3d253cd428e2769e0449fbf0c3ece5c0ab41545c (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/extra')
-rw-r--r--config/extra/zathura/zathurarc10
1 files changed, 4 insertions, 6 deletions
diff --git a/config/extra/zathura/zathurarc b/config/extra/zathura/zathurarc
index f7a0781..478cd17 100644
--- a/config/extra/zathura/zathurarc
+++ b/config/extra/zathura/zathurarc
@@ -1,16 +1,14 @@
# fullscreen mappings
map [fullscreen] r reload
map [fullscreen] R rotate
-map [fullscreen] + zoom in
-map [fullscreen] - zoom out
-map [fullscreen] i recolor
+map [fullscreen] i zoom in
+map [fullscreen] o zoom out
# normal mappings
map r reload
map R rotate
-map + zoom in
-map - zoom out
-map i recolor
+map i zoom in
+map o zoom out
set font "monospace bold 11"
set adjust-open "best-fit"