container: autotile uses major axis as first split
This commit is contained in:
parent
dc62d2240f
commit
c1b2c7f17c
8 changed files with 83 additions and 11 deletions
|
|
@ -80,9 +80,9 @@ container.
|
|||
## Autotiling
|
||||
|
||||
Autotiling makes newly tiled windows alternate split direction from the focused
|
||||
tiled window. The first split uses the containing group direction, then later
|
||||
windows wrap the focused tile in the opposite direction, producing a horizontal,
|
||||
vertical, horizontal pattern as the layout grows.
|
||||
tiled window by splitting the focused tile along its largest axis. On an empty
|
||||
workspace, the first split uses the largest axis of the output. This starts with
|
||||
horizontal splits on landscape outputs and vertical splits on portrait outputs.
|
||||
|
||||
```toml
|
||||
[shortcuts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue