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 {}