mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Clarify alterzorder (#352)
* Update Dispatchers.md Clarification of alterzorder * Update Dispatchers.md * Update Dispatchers.md
This commit is contained in:
parent
b2edb464af
commit
41d64c4adf
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ layout pages (See the sidebar).
|
||||||
| moveworkspacetomonitor | Moves a workspace to a monitor | workspace and a monitor separated by a space |
|
| moveworkspacetomonitor | Moves a workspace to a monitor | workspace and a monitor separated by a space |
|
||||||
| swapactiveworkspaces | Swaps the active workspaces between two monitors | two monitors separated by a space |
|
| swapactiveworkspaces | Swaps the active workspaces between two monitors | two monitors separated by a space |
|
||||||
| bringactivetotop | *Deprecated* in favor of alterzorder. Brings the current window to the top of the stack | none |
|
| bringactivetotop | *Deprecated* in favor of alterzorder. Brings the current window to the top of the stack | none |
|
||||||
| alterzorder | Modify the window stack order of the active or specified window | zheight[,window] |
|
| alterzorder | Modify the window stack order of the active or specified window. Note: this cannot be used to move a floating window behind a tiled one. | zheight[,window] |
|
||||||
| togglespecialworkspace | toggles a special workspace on/off | none (for the first) or name for named (name has to be a special workspace's name) |
|
| 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 |
|
| focusurgentorlast | Focuses the urgent window or the last window | none |
|
||||||
| togglegroup | toggles the current active window into a group | none |
|
| togglegroup | toggles the current active window into a group | none |
|
||||||
|
|
Loading…
Reference in a new issue