mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
mention submap event
This commit is contained in:
parent
55619cdc39
commit
2beb9a342a
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ 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` |
|
||||||
|
| submap | emitted when a keybind submap changes. Empty means default. |`SUBMAPNAME` |
|
||||||
|
|
||||||
{{< hint type=warning >}}
|
{{< hint type=warning >}}
|
||||||
A fullscreen event is not guaranteed to fire on/off once in succession.
|
A fullscreen event is not guaranteed to fire on/off once in succession.
|
||||||
|
|
Loading…
Reference in a new issue