mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
mention moveworkspace
This commit is contained in:
parent
edc1238081
commit
8f9c6b1b75
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ e.g.: `workspace>>2`
|
|||
| monitoradded | emitted when a monitor is added (connected) | `MONITORNAME` |
|
||||
| createworkspace | emitted when a workspace is created | `WORKSPACENAME` |
|
||||
| destroyworkspace | emitted when a workspace is destroyed | `WORKSPACENAME` |
|
||||
| moveworkspace | emitted when a workspace is moved to a different monitor | `WORKSPACENAME,MONNAME` |
|
||||
| activelayout | emitted on a layout change of the active keyboard | `KEYBOARDNAME,LAYOUTNAME` |
|
||||
| openwindow | emitted when a window is opened | `WINDOWADDRESS`,`WORKSPACENAME`,`WINDOWCLASS`,`WINDOWTITLE` |
|
||||
| closewindow | emitted when a window is closed | `WINDOWADDRESS` |
|
||||
|
|
Loading…
Reference in a new issue