From 076ff27398a250dc88cf8178d8369a5816bf8e7c Mon Sep 17 00:00:00 2001 From: Vivian Elisabeth H <36878099+SparkleDEV@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:59:44 +0100 Subject: [PATCH] Ok maybe focus follows mouse --- niri/.config/niri/config.kdl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/niri/.config/niri/config.kdl b/niri/.config/niri/config.kdl index 1959582..7345f2c 100644 --- a/niri/.config/niri/config.kdl +++ b/niri/.config/niri/config.kdl @@ -71,7 +71,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="50%" + focus-follows-mouse max-scroll-amount="0%" } // You can configure outputs by their name, which you can find @@ -148,7 +148,8 @@ layout { // preset-window-heights { } // You can change the default width of the new windows. - default-column-width { proportion 0.66667; } + // default-column-width { proportion 0.66667; } + default-column-width { proportion 1.0; } // If you leave the brackets empty, the windows themselves will decide their initial width. // default-column-width {}