mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-01-27 17:09:48 +01:00
dispatchers: add forcekillactive, killwindow, signal, signalwindow (#933)
This commit is contained in:
parent
648ba0fff3
commit
b122a7c8cb
1 changed files with 4 additions and 0 deletions
|
@ -29,7 +29,11 @@ layout pages (See the sidebar).
|
|||
| pass | passes the key (with mods) to a specified window. Can be used as a workaround to global keybinds not working on Wayland. | window |
|
||||
| sendshortcut | sends specified keys (with mods) to an optionally specified window. Can be used like pass | mod, key[, window] |
|
||||
| killactive | closes (not kills) the active window | none |
|
||||
| forcekillactive | kills the active window | none |
|
||||
| closewindow | closes a specified window | window |
|
||||
| killwindow | kills a specified window | window |
|
||||
| signal | sends a signal to the active window | signal |
|
||||
| signalwindow | sends a signal to a specified window | `window,signal`, e.g.`class:Alacritty,9` |
|
||||
| workspace | changes the workspace | workspace |
|
||||
| movetoworkspace | moves the focused window to a workspace | workspace OR `workspace,window` for a specific window |
|
||||
| movetoworkspacesilent | same as above, but doesn't switch to the workspace | workspace OR `workspace,window` for a specific window |
|
||||
|
|
Loading…
Reference in a new issue