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:
Marty Oehme 2022-03-11 21:32:03 +01:00
parent b8fae73940
commit 08d246272a
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
include colorscheme
set recolor "true"
set selection-clipboard "clipboard"
@ -5,4 +7,3 @@ map r reload
map R rotate
map p print
include colorscheme