Ok maybe focus follows mouse

This commit is contained in:
2026-01-01 14:59:44 +01:00
parent fbf248ea0d
commit 9fd1b2f9d5

View File

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