From 621294cc0ddba64ee2fcbebfbeadc546068fb940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Thu, 25 Dec 2025 19:04:34 +0100 Subject: feat(niri): disable focus on hover when window is not full screen --- config/niri/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/niri/config.kdl b/config/niri/config.kdl index d5a13a1..4ed4a18 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -53,7 +53,7 @@ input { // Focus windows and outputs automatically when moving the mouse into them. // Setting max-scroll-amount="0%" makes it work only on windows already fully on screen. - focus-follows-mouse max-scroll-amount="80%" + focus-follows-mouse max-scroll-amount="0%" } cursor { -- cgit v1.2.3