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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user