From 794593222cb3402e882f32f13dcd57ae87c7eaea Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sat, 21 Jun 2025 10:37:24 +0800 Subject: [PATCH] fix(niri): buggy clipboard in kitty (maybe?) --- modules/desktop/wm/niri/config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/desktop/wm/niri/config.nix b/modules/desktop/wm/niri/config.nix index cb935a4..7922a2e 100644 --- a/modules/desktop/wm/niri/config.nix +++ b/modules/desktop/wm/niri/config.nix @@ -55,6 +55,8 @@ prefer-no-csd = true; hotkey-overlay.skip-at-startup = true; + clipboard.disable-primary = true; + layer-rules = [ { matches = [ { namespace = "^wallpaper$"; } ];