diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-11 20:42:43 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-11 20:42:43 +0200 |
commit | 64d9d82afbe9fcdabc9e4b9c5f02bf12c093645c (patch) | |
tree | d9c2218c51716e77ea62cfe5c662274f49a2f3a2 /config/extra/zathura | |
parent | d7d9eb0f21770d4467a31d16e2adf7e9c8a21edf (diff) |
checkpoint
Diffstat (limited to 'config/extra/zathura')
-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 |