summaryrefslogtreecommitdiff
path: root/.config/zathura/zathurarc
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-03-09 01:59:27 +0100
committeryuzu-eva <stevenhu@web.de>2024-03-09 01:59:27 +0100
commit1c68684558c3062ff8fca66ee3dd870088fd56ee (patch)
tree380cce5fb22e27f74d5381382fdd39f4ea764e6b /.config/zathura/zathurarc
parentc5dcc86843b8f27628f901115eeda192d6260aca (diff)
parentf65e69f1f4b41785426bb830e73541aeb0d957e0 (diff)
Merge branch 'desktop'
merge into master, since the distinction is no longer neccessary
Diffstat (limited to '.config/zathura/zathurarc')
-rw-r--r--.config/zathura/zathurarc20
1 files changed, 17 insertions, 3 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index 452e116..fac9838 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -3,13 +3,27 @@ set statusbar-h-padding 0
set statusbar-v-padding 0
set page-padding 1
set selection-clipboard clipboard
+
map u scroll half-up
map d scroll half-down
+map n scroll full-down
+map p scroll full-up
+map [fullscreen] u scroll half-up
+map [fullscreen] d scroll half-down
+map [fullscreen] n scroll full-down
+map [fullscreen] p scroll full-up
map D toggle_page_mode
map r reload
map R rotate
-map K zoom in
-map J zoom out
map i recolor
-map p print
+map ^p print
map g goto top
+
+#stop at page boundries
+set scroll-page-aware true
+set scroll-full-overlap 0.01
+set scroll-step 100
+
+unmap f
+map f toggle_fullscreen
+map [fullscreen] f toggle_fullscreen