mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
add "activespecial" (#324)
* add "activespecial" modified: IPC/_index.md * mention closing modified: pages/IPC/_index.md
This commit is contained in:
parent
84510a5bae
commit
a0f380a113
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ e.g.: `workspace>>2`
|
|||
| 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` |
|
||||
| activespecial | emitted when the special workspace opened in a monitor changes (closing results in an empty `WORKSPACENAME`) | `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