From cbb02ecfe3b3a3ccd1e8269bdf463e09cd1ab569 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Thu, 20 Oct 2022 12:35:58 -0700 Subject: [PATCH] Update Window-Rules.md --- pages/Configuring/Window-Rules.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 7584046..eaec359 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -68,6 +68,8 @@ Keep in mind you do *not* need to define all of them, but you need to define at | 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 | | nofocus | disables focus to the window | +| noborder | disables borders for the window | +| noshadow | disables shadows for 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) | | pin | pins the window *note: floating only* | | noanim | disables the animations for the window |