From 1f4a8315f73c058284ba3c3aaf1c8b0cad6871dc Mon Sep 17 00:00:00 2001 From: MightyPlaza <123664421+MightyPlaza@users.noreply.github.com> Date: Sun, 14 Jul 2024 12:38:52 +0000 Subject: [PATCH] fix typo --- pages/Configuring/Window-Rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) |