mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
nuke minimize
This commit is contained in:
parent
461e84a687
commit
c6b2308463
2 changed files with 0 additions and 2 deletions
|
@ -59,7 +59,6 @@ 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` |
|
||||
| screencast | emitted when a screencopy state of a client changes. Keep in mind there might be multiple separate clients. State is 0/1, owner is 0 - monitor share, 1 - window share | `STATE,OWNER` |
|
||||
| windowtitle | emitted when a window title changes. | `WINDOWADDRESS` |
|
||||
| windowtitlev2 | emitted when a window title changes. | `WINDOWADDRESS,WINDOWTITLE` |
|
||||
|
|
|
@ -27,7 +27,6 @@ These are all the events that can be listened to using Event Hooks.
|
|||
| closeWindow | fired when a window is unmapped | `PHLWINDOW` | ✕ |
|
||||
| windowUpdateRules | fired when a window's rules are updated | `PHLWINDOW` | ✕ |
|
||||
| urgent | fired when a window requests urgent | `PHLWINDOW` | ✕ |
|
||||
| minimize | fired when a window requests a minimize status change. Second param is 1 or 0 | `std::vector<std::any>{PHLWINDOW, int64_t}` | ✕ |
|
||||
| monitorAdded | fired when a monitor is plugged in | `CMonitor*` | ✕ |
|
||||
| monitorRemoved | fired when a monitor is unplugged | `CMonitor*` | ✕ |
|
||||
| createWorkspace | fired when a workspace is created | `PHLWORKSPACE` | ✕ |
|
||||
|
|
Loading…
Reference in a new issue