zathura: Add simple zathura configuration

Sets zathura to open itself with the recolored version of the pdf
instead of the usual (mostly white background/black lettering).
This works in concert with styler which will automatically set the
correct coloring in 'zathurarc' for the currently applied desktop theme.

Changes the copy mode to send anything copied to the clipboard instead
of primary selection, since I never use primary selection.

Adds a simple keymap to print a file (p) and makes it slightly harder to
accidentally rotate a file by moving rotate from r to s-r.
This commit is contained in:
Marty Oehme 2020-09-23 17:11:35 +02:00
parent 51e0d82ce9
commit e5a48f1712
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
set recolor "true"
set selection-clipboard "clipboard"
map r reload
map R rotate
map p print