about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-03-06 17:46:12 +0900
committersefidel <contact@sefidel.net>2024-03-06 17:46:12 +0900
commitd16492fabcff9949be9a4fcf94a213d2d9fc8840 (patch)
treea0e9156a5deda27c3d02f100dc72a1276a50c89f
parentda56a0e38842563811d71f21ea4ff0c704f0eb61 (diff)
downloadnixrc-d16492fabcff9949be9a4fcf94a213d2d9fc8840.tar.gz
nixrc-d16492fabcff9949be9a4fcf94a213d2d9fc8840.zip
feat(home/browsing): allow clipboard access on qutebrowser
-rw-r--r--home/profiles/browsing/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix
index 46d8775..e2baa0a 100644
--- a/home/profiles/browsing/default.nix
+++ b/home/profiles/browsing/default.nix
@@ -58,6 +58,9 @@ in
 
         # mimeApps: open links in new window
         new_instance_open_target = "window";
+
+        # Allow clipboard rw access
+        content.javascript.clipboard = "access";
       } // lib.optionalAttrs (cfg.hiDpi) {
         qt.highdpi = true;
         fonts.default_size = "12pt";