mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
feat: document lockactivegroup dispatcher (#246)
This commit is contained in:
parent
ba24056cb5
commit
9a3f4803d8
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ layout pages (See the sidebar).
|
||||||
| togglegroup | toggles the current active window into a group | 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. |
|
||||||
| focuscurrentorlast | Switch focus from current to previously focused 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, `toggle` for toggle |
|
| 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 |
|
| 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 | none |
|
||||||
| global | Executes a Global Shortcut using the GlobalShortcuts portal. See [here](../Binds/#global-keybinds) | name |
|
| global | Executes a Global Shortcut using the GlobalShortcuts portal. See [here](../Binds/#global-keybinds) | name |
|
||||||
|
|
Loading…
Reference in a new issue