Add trailing pipes

This commit is contained in:
Darksome 2022-08-21 18:23:55 +03:00
parent cf4885a892
commit 70b47c2a87
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +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`
| 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.