mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
mention forceinput rule
This commit is contained in:
parent
a5f28ff373
commit
5e11c94781
1 changed files with 1 additions and 0 deletions
|
@ -449,6 +449,7 @@ windowrule=move 0 0,title:^(Firefox)(.*)$
|
||||||
| rounding \[x\] | forces the application to have X pixels of rounding, ignoring the set default (in `decoration:rounding`). Has to be an int. |
|
| rounding \[x\] | forces the application to have X pixels of rounding, ignoring the set default (in `decoration:rounding`). Has to be an int. |
|
||||||
| noblur | disables blur for the window |
|
| noblur | disables blur for the window |
|
||||||
| nofocus | disables focus to the window |
|
| nofocus | disables focus to the window |
|
||||||
|
| forceinput | forces an XWayland window to receive input, even if it requests not to do so. (Might fix issues like e.g. Game Launchers not receiving focus for some reason) |
|
||||||
|
|
||||||
*Examples*:
|
*Examples*:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue