mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
add a minimize ipc event
This commit is contained in:
parent
f1104f2012
commit
867cf3d801
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ e.g.: `workspace>>2`
|
|||
| 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` |
|
||||
| minimize | emitted when a window requests a change to its minimized state. `MINIMIZED` is either 0 or 1. | `WINDOWADDRESS,MINIMIZED` |
|
||||
|
||||
{{< hint type=warning >}}
|
||||
A fullscreen event is not guaranteed to fire on/off once in succession.
|
||||
|
|
Loading…
Reference in a new issue