diff --git a/home/features/desktop/awesome/zathura.nix b/home/features/desktop/awesome/zathura.nix index 13e807d..d097b69 100644 --- a/home/features/desktop/awesome/zathura.nix +++ b/home/features/desktop/awesome/zathura.nix @@ -2,6 +2,9 @@ programs.zathura = { enable = true; options = { + selection-clipboard = "clipboard"; + statusbar-home-tilde = true; + default-fg = "#CDD6F4"; default-bg = "#1E1E2E";