mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-01-27 17:09:48 +01:00
Window-Rules: add new ``suppressevent
` for
`fullscreenoutput
`` (#936)
Addresses https://github.com/hyprwm/Hyprland/issues/8944#issuecomment-2571419182
This commit is contained in:
parent
6c9ab154b2
commit
80901a1747
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue