Add center-focused-column setting

This commit is contained in:
Thomas Versteeg
2024-01-08 17:17:19 +04:00
committed by Ivan Molodetskikh
parent 71fef2ad2e
commit fb93038bd8
4 changed files with 116 additions and 45 deletions
+8
View File
@@ -143,6 +143,14 @@ layout {
// top 64
// bottom 64
}
// When to center a column when changing focus, options are:
// - "never", default behavior, focusing an off-screen column will keep at the left
// or right edge of the screen.
// - "on-overflow", focusing a column will center it if it doesn't fit
// together with the previously focused column.
// - "always", the focused column will always be centered.
center-focused-column "never"
}
// Add lines like this to spawn processes at startup.