diff options
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 " " |