dwindle: move to layout msgs

This commit is contained in:
vaxerski 2023-05-15 01:21:55 +01:00
parent bfe84e1ed7
commit 4d8b0f7f5b
1 changed files with 13 additions and 1 deletions

View File

@ -27,6 +27,18 @@ category name: `dwindle`
| dispatcher | description | params |
|---|---|---|
| togglesplit | toggles the split (top/side) of the current window. `preserve_split` must be enabled for toggling to work. | none |
| pseudo | toggles the focused window's pseudo mode | none |
# Layout messages
Dispatcher `layoutmsg` params:
| param | description | args |
|---|---|---|
| togglesplit | toggles the split (top/side) of the current window. `preserve_split` must be enabled for toggling to work. | none |
| preselect | A onetime override for the split direction. (valid for the next window to be opened, only works on tiled windows) | direction |
e.g.:
```ini
bind = SUPER, A, layoutmsg, preselect l
```