niri disable focus follows mouse

This commit is contained in:
cy 2025-01-19 22:27:14 -05:00
parent 71be5f3545
commit 3dd119d3d7

View file

@ -43,7 +43,7 @@ in
click-method = "clickfinger"; click-method = "clickfinger";
}; };
warp-mouse-to-focus = true; warp-mouse-to-focus = true;
focus-follows-mouse.enable = true; focus-follows-mouse.enable = false;
}; };
environment = { environment = {