aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-02 11:01:42 +0200
committerschererleander <leander@schererleander.de>2025-05-02 11:01:42 +0200
commit42d64b7990e8a89a557da527e0f1937598636526 (patch)
treefb68c573d587dc021fec17d0d0052204e2db8bb9 /modules
parentd9893d656159e538cad62ef6f344f949bc0e9354 (diff)
enable recolor
Diffstat (limited to 'modules')
-rw-r--r--modules/zathura.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/zathura.nix b/modules/zathura.nix
index e59e69c..d3a789b 100644
--- a/modules/zathura.nix
+++ b/modules/zathura.nix
@@ -8,13 +8,18 @@ in {
programs.zathura = {
enable = true;
options = {
+ recolor-lightcolor = "rgba(0, 0, 0, 0)";
+ recolor-darkcolor = "rgba(255, 255, 255, 1)";
+ recolor = true;
adjust-open = "width";
+ guioptions = "none";
zoom-center = true;
page-padding = 0;
pages-per-row = 1;
scroll-page-aware = true;
};
mappings = {
+ i = "recolor";
j = "navigate previous";
k = "navigate next";
};