nvim: Load zathura colors from xdg state directory
This commit is contained in:
parent
6f3ac3d31f
commit
2c0d41f4af
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
|
# overwritten by below colors
|
||||||
include colorscheme
|
include colorscheme
|
||||||
|
include /home/marty/.local/state/zathura/zathurarc
|
||||||
|
|
||||||
set recolor "true"
|
set recolor "true"
|
||||||
set selection-clipboard "clipboard"
|
set selection-clipboard "clipboard"
|
||||||
|
@ -7,4 +9,3 @@ set first-page-column 1
|
||||||
map r reload
|
map r reload
|
||||||
map R rotate
|
map R rotate
|
||||||
map p print
|
map p print
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue