From bf439f5d50b85e8ba6badce9d5c649afa3f014dd Mon Sep 17 00:00:00 2001 From: Federico Maria Morrone Date: Sat, 17 Feb 2024 23:44:40 +0100 Subject: [PATCH] Updated moveoutofgroup params (#475) --- pages/Configuring/Dispatchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index ac3c63f..6d9699b 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -67,7 +67,7 @@ layout pages (See the sidebar). | lockgroups | Locks the groups (all groups will not accept new windows) | `lock` for locking, `unlock` for unlocking, `toggle` for toggle | | lockactivegroup | Lock the focused group (the current group will not accept new windows or be moved to other groups) | `lock` for locking, `unlock` for unlocking, `toggle` for toggle | | moveintogroup | Moves the active window into a group in a specified direction. No-op if there is no group in the specified direction. | direction | -| moveoutofgroup | Moves the active window out of a group. No-op if not in a group | none | +| moveoutofgroup | Moves the active window out of a group. No-op if not in a group | left empty / `active` for current, or `window` for a specific window | | movewindoworgroup | Behaves as `moveintogroup` if there is a group in the given direction. Behaves as `moveoutofgroup` if there is no group in the given direction relative to the active group. Otherwise behaves like `movewindow`. | direction | | movegroupwindow | Swaps the active window with the next or previous in a group | `b` for back, anything else for forward | | denywindowfromgroup | Prohibit the active window from becoming or being inserted into group | `on`, `off` or, `toggle` |