From 1a26d555f6309ecec7989deaf6553390f40c1d70 Mon Sep 17 00:00:00 2001 From: Latif Sulistyo Date: Wed, 22 Feb 2023 15:54:53 +0700 Subject: [PATCH] Add `focusCurrentOrLast` dispatcher (#133) --- pages/Configuring/Dispatchers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index d89a8a4..e84aebc 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -58,6 +58,7 @@ layout pages (See the sidebar). | bringactivetotop | Brings the current window to the top of the stack | none | | 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 | +| focuscurrentorlast | Switch focus from current to previously focused window | none | | lockgroups | Locks the groups (groups will not accept new windows) | `lock` for locking, `unlock` for unlocking | {{< hint type=warning >}}