diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-22 13:06:54 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-22 13:07:47 +0200 |
commit | 2df68b8f3f365271fe25867100adc4004e8b41fb (patch) | |
tree | 121a94840388b646f9a9870b1396c04f2ce7ffd6 /config/extra/zathura/zathurarc | |
parent | 67bafeaaa2c4fbb7021b2d5cecaa495e8295ffa0 (diff) | |
parent | 3193a36d5306845e5bf51839f8e884e2aca17808 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/extra/zathura/zathurarc')
-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 " " |