add changefloatingmode event

This commit is contained in:
vaxerski 2022-12-09 18:52:43 +00:00
parent 51ec7b739b
commit 31afd184ea
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ e.g.: `workspace>>2`
| 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` |
| changefloatingmode | emitted when a window changes its floating mode. `FLOATING` is either 0 or 1. | `WINDOWADDRESS`,`FLOATING` |
{{< hint type=warning >}}
A fullscreen event is not guaranteed to fire on/off once in succession.