aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
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";
};