feat: add zathura config file

This commit is contained in:
David 2020-12-14 12:10:08 +01:00
parent 362b7af10d
commit 7cf5dc8113
1 changed files with 12 additions and 0 deletions

12
.config/zathura/zathurarc Normal file
View File

@ -0,0 +1,12 @@
# general
set adjust-open "best-fit"
# colors
set default-bg "#FFFFF0"
set recolor true
set recolor-lightcolor "#FFFFF0"
set recolor-darkcolor "#000000"
# keybindings
unmap f
map f toggle_fullscreen
map [fullscreen] f toggle_fullscreen