From 08d246272afea1335693d05e917e8df53fd14e16 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 11 Mar 2022 21:32:03 +0100 Subject: [PATCH] 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. --- zathura/.config/zathura/zathurarc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index 45fc1c7..d9a823a 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc @@ -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