From 801d3626d77611612da1beb42812251beb12fbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Tue, 11 Aug 2026 10:20:48 +0200 Subject: [PATCH] Vicinae no longer paste by default --- home/vicinae/default.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/home/vicinae/default.nix b/home/vicinae/default.nix index a929642..ecce3b3 100644 --- a/home/vicinae/default.nix +++ b/home/vicinae/default.nix @@ -17,6 +17,26 @@ name = "ayu-dark"; }; }; + providers = { + clipboard = { + entrypoints = { + history = { + preferences = { + defaultAction = "copy"; + }; + }; + }; + }; + core = { + entrypoints = { + "search-emojis" = { + preferences = { + defaultAction = "copy"; + }; + }; + }; + }; + }; launcher_window = { opacity = 0.95; client_side_decorations = {