Window-Rules: add new ``suppressevent` for `fullscreenoutput`` (#936)

Addresses https://github.com/hyprwm/Hyprland/issues/8944#issuecomment-2571419182
This commit is contained in:
Dardo D Kleiner 2025-01-09 17:38:44 -05:00 committed by GitHub
parent 6c9ab154b2
commit 80901a1747
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,7 +137,7 @@ It is not possible to `float` (or any other of the static rules) a window based
| nomaxsize | removes max size limitations. Especially useful with windows that report invalid max sizes (e.g. winecfg) |
| stayfocused | forces focus on the window as long as it's visible |
| group \[options\] | set window group properties. See the note below. |
| suppressevent \[types...\] | ignores specific events from the window. Events are space separated, and can be: `fullscreen` `maximize` `activate` `activatefocus` |
| suppressevent \[types...\] | ignores specific events from the window. Events are space separated, and can be: `fullscreen` `maximize` `activate` `activatefocus` `fullscreenoutput` |
### Dynamic rules