Mention window{open/close/move} IPC events

This commit is contained in:
Darksome 2022-08-21 18:22:40 +03:00
parent df1b655716
commit cf4885a892
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ e.g.: `workspace>>2`
| createworkspace | emitted when a workspace is created | `WORKSPACENAME` |
| destroyworkspace | emitted when a workspace is destroyed | `WORKSPACENAME` |
| 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`
| movewindow | emitted when a window is moved to a workspace | `WINDOWADDRESS`,`WORKSPACENAME`
{{< hint type=warning >}}
A fullscreen event is not guaranteed to fire on/off once in succession.