zathura: Fix no recoloring by default
To have the recoloring option being set to true work correctly on zathura startup, it already has to have a colorscheme found and loaded. That means the colorscheme has to be included before calling the recoloring command.
This commit is contained in:
parent
b8fae73940
commit
08d246272a
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
include colorscheme
|
||||||
|
|
||||||
set recolor "true"
|
set recolor "true"
|
||||||
set selection-clipboard "clipboard"
|
set selection-clipboard "clipboard"
|
||||||
|
|
||||||
|
@ -5,4 +7,3 @@ map r reload
|
||||||
map R rotate
|
map R rotate
|
||||||
map p print
|
map p print
|
||||||
|
|
||||||
include colorscheme
|
|
||||||
|
|
Loading…
Reference in a new issue