Add `focusCurrentOrLast` dispatcher (#133)

This commit is contained in:
Latif Sulistyo 2023-02-22 15:54:53 +07:00 committed by GitHub
parent 330e361464
commit 1a26d555f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 >}}