Compare commits

...

3 Commits

Author SHA1 Message Date
96b9bdee30 Merge branch 'main' into rotom 2026-01-01 14:59:54 +01:00
9fd1b2f9d5 Ok maybe focus follows mouse 2026-01-01 14:59:49 +01:00
076ff27398 Ok maybe focus follows mouse 2026-01-01 14:59:44 +01:00

View File

@@ -71,7 +71,7 @@ input {
// Focus windows and outputs automatically when moving the mouse into them. // 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. // 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 // You can configure outputs by their name, which you can find
@@ -148,7 +148,8 @@ layout {
// preset-window-heights { } // preset-window-heights { }
// You can change the default width of the new windows. // 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. // If you leave the brackets empty, the windows themselves will decide their initial width.
// default-column-width {} // default-column-width {}