Marty Oehme
08d246272a
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.
9 lines
144 B
Text
9 lines
144 B
Text
include colorscheme
|
|
|
|
set recolor "true"
|
|
set selection-clipboard "clipboard"
|
|
|
|
map r reload
|
|
map R rotate
|
|
map p print
|
|
|