diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index fd9df58..2ab5b33 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -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) |