diff options
Diffstat (limited to 'modules/zathura.nix')
| -rw-r--r-- | modules/zathura.nix | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/modules/zathura.nix b/modules/zathura.nix index d3a789b..164c760 100644 --- a/modules/zathura.nix +++ b/modules/zathura.nix @@ -9,10 +9,10 @@ in { enable = true; options = { recolor-lightcolor = "rgba(0, 0, 0, 0)"; - recolor-darkcolor = "rgba(255, 255, 255, 1)"; - recolor = true; + recolor-darkcolor = "rgba(255, 255, 255, 1)"; + recolor = true; adjust-open = "width"; - guioptions = "none"; + guioptions = "none"; zoom-center = true; page-padding = 0; pages-per-row = 1; @@ -25,5 +25,4 @@ in { }; }; }; -} - +}
\ No newline at end of file |
