diff options
Diffstat (limited to '.config/wal/templates/zathurarc')
-rw-r--r-- | .config/wal/templates/zathurarc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/wal/templates/zathurarc b/.config/wal/templates/zathurarc index 8f0b16f..66527a8 100644 --- a/.config/wal/templates/zathurarc +++ b/.config/wal/templates/zathurarc @@ -13,6 +13,16 @@ map J zoom out map i recolor map p print map g goto top +map [fullscreen] u scroll half-up +map [fullscreen] d scroll half-down +map [fullscreen] D toggle_page_mode +map [fullscreen] r reload +map [fullscreen] R rotate +map [fullscreen] K zoom in +map [fullscreen] J zoom out +map [fullscreen] i recolor +map [fullscreen] p print +map [fullscreen] g goto top set default-bg "{background}" set default-fg "{foreground}" |