From 3dd119d3d75ad1ccfc4dd9450ed8534d354728fc Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 19 Jan 2025 22:27:14 -0500 Subject: [PATCH] niri disable focus follows mouse --- home/niri/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/niri/default.nix b/home/niri/default.nix index 22386df..9aa8636 100644 --- a/home/niri/default.nix +++ b/home/niri/default.nix @@ -43,7 +43,7 @@ in click-method = "clickfinger"; }; warp-mouse-to-focus = true; - focus-follows-mouse.enable = true; + focus-follows-mouse.enable = false; }; environment = {