diff options
| -rw-r--r-- | .config/zathura/zathurarc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 4f6e75f..07d4ade 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,7 +1,7 @@ set window-title-home-tilde true set statusbar-basename true set selection-clipboard clipboard -set recolor "true" +# set recolor "true" set completion-bg "#1c1c1c" set completion-fg "#d0d0d0" @@ -26,6 +26,7 @@ set index-active-fg "#d0d0d0" map P print map c set recolor +map r reload map R rotate rotate-ccw map n zoom in map p zoom out |