add urgent state event

This commit is contained in:
Vaxry 2023-01-20 19:10:34 +01:00
parent 029bb928d1
commit 99ad2e4b9b
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ e.g.: `workspace>>2`
| closelayer | emitted when a layerSurface is unmapped | `NAMESPACE` |
| submap | emitted when a keybind submap changes. Empty means default. |`SUBMAPNAME` |
| changefloatingmode | emitted when a window changes its floating mode. `FLOATING` is either 0 or 1. | `WINDOWADDRESS`,`FLOATING` |
| urgent | emitted when a window requests an `urgent` state | `WINDOWADDRESS` |
{{< hint type=warning >}}
A fullscreen event is not guaranteed to fire on/off once in succession.