mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
mention new open close layer events
This commit is contained in:
parent
9ce7f74e6c
commit
a18c0e8e81
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ 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` |
|
||||
| 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` |
|
||||
|
||||
{{< hint type=warning >}}
|
||||
|
|
Loading…
Reference in a new issue