diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-19 10:03:48 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-19 10:03:48 +0200 |
commit | d9cc15bce788c57789982a0da10fd5720b93d412 (patch) | |
tree | dd4138b268be3f8b1561266b57db7146070fad33 /config/extra | |
parent | 55fc5130e6cd5650dd82e2955b4266eb92c33738 (diff) |
added zathura
Diffstat (limited to 'config/extra')
-rw-r--r-- | config/extra/zathura/zathurarc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/config/extra/zathura/zathurarc b/config/extra/zathura/zathurarc new file mode 100644 index 0000000..f7a0781 --- /dev/null +++ b/config/extra/zathura/zathurarc @@ -0,0 +1,22 @@ +# fullscreen mappings +map [fullscreen] r reload +map [fullscreen] R rotate +map [fullscreen] + zoom in +map [fullscreen] - zoom out +map [fullscreen] i recolor + +# normal mappings +map r reload +map R rotate +map + zoom in +map - zoom out +map i recolor + +set font "monospace bold 11" +set adjust-open "best-fit" +set pages-per-row 1 +set scroll-page-aware "true" +set scroll-full-overlap 0.01 +set scroll-step 100 + +set guioptions " " |