From 635e619ac8bdd7ab0a530e8dd55d3ad90238c51a Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 25 Aug 2021 22:09:34 +0200 Subject: [PATCH] Copy selection to clipboard --- modules/zathura.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zathura.nix b/modules/zathura.nix index 399a7ef..860bba4 100644 --- a/modules/zathura.nix +++ b/modules/zathura.nix @@ -15,6 +15,7 @@ in page-padding = 10; recolor-lightcolor = strPalette.dim.cyan; statusbar-bg = strPalette.bright.black; + selection-clipboard = "clipboard"; }; }; }