summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-02-13 02:05:57 +0100
committerRobert Günzler <r@gnzler.io>2020-02-13 02:05:57 +0100
commitf547d8632f5aa215f6a6ef5f16f32ba73c2734e1 (patch)
tree85d4041e1895291f71f605e3f72262a77d97aab9 /.config
parentd1720e5ac8c43bab9ca2676b6e78e42e32a09e31 (diff)
zathura: Fix recolor bind
Diffstat (limited to '.config')
-rw-r--r--.config/zathura/zathurarc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index 80811d4..4f6e75f 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -25,7 +25,7 @@ set index-active-bg "#1c1c1c"
 set index-active-fg "#d0d0d0"
 
 map P print
-map c recolor
+map c set recolor
 map R rotate rotate-ccw
 map n zoom in
 map p zoom out