mention new open close layer events

This commit is contained in:
vaxerski 2022-10-07 22:24:46 +01:00
parent 9ce7f74e6c
commit a18c0e8e81
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ e.g.: `workspace>>2`
| openwindow | emitted when a window is opened | `WINDOWADDRESS`,`WORKSPACENAME`,`WINDOWCLASS`,`WINDOWTITLE` | | openwindow | emitted when a window is opened | `WINDOWADDRESS`,`WORKSPACENAME`,`WINDOWCLASS`,`WINDOWTITLE` |
| closewindow | emitted when a window is closed | `WINDOWADDRESS` | | closewindow | emitted when a window is closed | `WINDOWADDRESS` |
| movewindow | emitted when a window is moved to a workspace | `WINDOWADDRESS`,`WORKSPACENAME` | | movewindow | emitted when a window is moved to a workspace | `WINDOWADDRESS`,`WORKSPACENAME` |
| openlayer | emitted when a layerSurface is mapped | `NAMESPACE` |
| closelayer | emitted when a layerSurface is unmapped | `NAMESPACE` |
| submap | emitted when a keybind submap changes. Empty means default. |`SUBMAPNAME` | | submap | emitted when a keybind submap changes. Empty means default. |`SUBMAPNAME` |
{{< hint type=warning >}} {{< hint type=warning >}}