diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-26 15:42:38 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-26 15:42:38 +0200 |
commit | 973e22d8f65f952188272b76167beca816501064 (patch) | |
tree | 960b39f87b32ff8e1ccece9be7004a9cb344782d /config/extra/zathura | |
parent | ae62e5225d9f323fc1a4c688e809fc940ac5576f (diff) | |
parent | 18b10ff5433f13692f720e6aa505f83717f91fc9 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/extra/zathura')
-rw-r--r-- | config/extra/zathura/zathurarc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/config/extra/zathura/zathurarc b/config/extra/zathura/zathurarc index 478cd17..a78ef16 100644 --- a/config/extra/zathura/zathurarc +++ b/config/extra/zathura/zathurarc @@ -5,10 +5,13 @@ 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 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" |