From 4d8b0f7f5bc74798154babe297e18f30d9c1ffae Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 15 May 2023 01:21:55 +0100 Subject: [PATCH] dwindle: move to layout msgs --- pages/Configuring/Dwindle-Layout.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pages/Configuring/Dwindle-Layout.md b/pages/Configuring/Dwindle-Layout.md index e0e9076..45dd564 100644 --- a/pages/Configuring/Dwindle-Layout.md +++ b/pages/Configuring/Dwindle-Layout.md @@ -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 +```