mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 11:45:57 +01:00
dwindle: move to layout msgs
This commit is contained in:
parent
bfe84e1ed7
commit
4d8b0f7f5b
1 changed files with 13 additions and 1 deletions
|
@ -27,6 +27,18 @@ category name: `dwindle`
|
||||||
|
|
||||||
| dispatcher | description | params |
|
| 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 |
|
| 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 |
|
| 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue