1
0
Fork 0
forked from wry/wry

container: autotile uses major axis as first split

This commit is contained in:
atagen 2026-06-08 19:20:46 +10:00
parent dc62d2240f
commit c1b2c7f17c
8 changed files with 83 additions and 11 deletions

View file

@ -3188,7 +3188,10 @@ Config:
Configures whether autotiling is enabled by default.
When enabled, newly mapped tiled windows alternate their split
orientation automatically. This can also be toggled at runtime via the
orientation automatically by splitting the focused tile along its
largest axis. On an empty workspace, the first split uses the largest
axis of the output, so landscape outputs start horizontally and portrait
outputs start vertically. This can also be toggled at runtime via the
`enable-autotile`, `disable-autotile`, and `toggle-autotile` actions.
The default is `false`.