diff options
| author | Robert Günzler <r@gnzler.io> | 2020-07-07 18:11:10 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-07-07 18:11:10 +0200 |
| commit | 4f6d339fe53a9dca9c79df250135b795506247df (patch) | |
| tree | 7c086beea2007ca6861504252c585caadfe3e3cd /.config/zathura/zathurarc | |
| parent | e74329b155771b75ff279512384762ab68102674 (diff) | |
zathura: don't recolor by default
Diffstat (limited to '.config/zathura/zathurarc')
| -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 |