diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-11 21:48:56 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-11 21:48:56 +0200 |
commit | a857f247d9a71b88a4f0dbcfa95e3679e8456e70 (patch) | |
tree | 846ddcd8117be1505a970e3638fc65d0ec954a2e /config/extra | |
parent | 75196520b3d6a0e60db1d03a64aaa0655cc4f202 (diff) | |
parent | 6251d6ba1054cd79387f0f88ce25d2f4bc8b78c4 (diff) |
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'config/extra')
-rw-r--r-- | config/extra/zathura/zathurarc | 36 |
1 files changed, 16 insertions, 20 deletions
diff --git a/config/extra/zathura/zathurarc b/config/extra/zathura/zathurarc index a78ef16..41e1980 100644 --- a/config/extra/zathura/zathurarc +++ b/config/extra/zathura/zathurarc @@ -1,23 +1,19 @@ -# fullscreen mappings -map [fullscreen] r reload -map [fullscreen] R rotate -map [fullscreen] i zoom in -map [fullscreen] o zoom out - # normal mappings -map r reload -map R rotate -map i zoom in -map o zoom out -map f toggle_fullscreen -map x toggle_statusbar -map X toggle_index +map r reload +map R rotate +map i zoom in +map o zoom out +map f toggle_fullscreen +map x toggle_statusbar +map X toggle_index -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 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 " " +set guioptions " " +set database "sqlite" +set continuous-hist-save true |