mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
add windowUpdateRules event
This commit is contained in:
parent
9c36f98ce5
commit
edcf958ebd
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ M: means std::unordered_map<std::string, std::any> following props are members.
|
||||||
| closeLayer | fired when a LS is unmapped | CLayerSurface* | ✕ |
|
| closeLayer | fired when a LS is unmapped | CLayerSurface* | ✕ |
|
||||||
| openWindow | fired when a window is mapped | PHLWINDOW | ✕ |
|
| openWindow | fired when a window is mapped | PHLWINDOW | ✕ |
|
||||||
| closeWindow | fired when a window is unmapped | PHLWINDOW | ✕ |
|
| 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 | ✕ |
|
| 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} | ✕ |
|
| 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* | ✕ |
|
| monitorAdded | fired when a monitor is plugged in | CMonitor* | ✕ |
|
||||||
|
|
Loading…
Reference in a new issue