feat: add zathura config file
This commit is contained in:
parent
362b7af10d
commit
7cf5dc8113
12
.config/zathura/zathurarc
Normal file
12
.config/zathura/zathurarc
Normal 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
|
Reference in New Issue
Block a user