mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
fix typo
This commit is contained in:
parent
99775a6738
commit
1f4a8315f7
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ The following rules can also be set with [`hyprctl setprop`](../Using-hyprctl#se
|
|||
| ---- | ----------- |
|
||||
| bordersize \[int\] | sets the border size |
|
||||
| rounding \[int\] | forces the application to have X pixels of rounding, ignoring the set default (in `decoration:rounding`). Has to be an int. |
|
||||
| allowsinput \[on\] | \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) |
|
||||
| allowsinput \[on\] | 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) |
|
||||
| dimaround \[on\] | dims everything around the window . Please note this rule is meant for floating windows and using it on tiled ones may result in strange behavior. |
|
||||
| decorate \[on\] | whether to draw window decorations or not |
|
||||
| focusonactivate \[on\] | whether Hyprland should focus an app that requests to be focused (an `activate` request) |
|
||||
|
|
Loading…
Reference in a new issue