mention submap event

This commit is contained in:
vaxerski 2022-09-05 13:51:44 +02:00
parent 55619cdc39
commit 2beb9a342a
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ e.g.: `workspace>>2`
| 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` |
| submap | emitted when a keybind submap changes. Empty means default. |`SUBMAPNAME` |
{{< hint type=warning >}}
A fullscreen event is not guaranteed to fire on/off once in succession.