zathura: Update (colors, clipboard, binding)

Add binding for recoloring and change its lightcolor to zathuras
background color.
Use the system clipboard for the selections.
This commit is contained in:
2020-10-04 13:50:59 +02:00
parent 0ff935663e
commit d3d727f9a5

View File

@@ -1,4 +1,9 @@
# Use system clipboard for selection.
set selection-clipboard "clipboard"
# Invert colors per default. Toggle with `i`
map i recolor
set recolor true
set recolor-lightcolor "#333333"
set recolor-lightcolor "#252525"
set recolor-darkcolor "#FFFFFF"
set default-bg "#252525"