From b2edb464afc131cb7d69ea6b0fb8480e5b22cc96 Mon Sep 17 00:00:00 2001 From: memchr <118117622+memchr@users.noreply.github.com> Date: Sat, 23 Sep 2023 12:37:09 +0000 Subject: [PATCH] binds(changegroupactive): support number as arg (#351) --- 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 5424b6c..a41ea4f 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -63,7 +63,7 @@ layout pages (See the sidebar). | togglespecialworkspace | toggles a special workspace on/off | none (for the first) or name for named (name has to be a special workspace's name) | | focusurgentorlast | Focuses the urgent window or the last window | none | | togglegroup | toggles the current active window into a group | none | -| changegroupactive | switches to the next window in a group. | b - back, f - forward. | +| changegroupactive | switches to the next window in a group. | b - back, f - forward, or index start at 1 | | focuscurrentorlast | Switch focus from current to previously focused window | none | | 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 |