From c6dc57738981f21fd370c21f73d5c7fe9785519d Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 28 Apr 2023 15:36:35 +0100 Subject: [PATCH] rules: add noinitialfocus --- pages/Configuring/Window-Rules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 5af0754..b72c3df 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -83,6 +83,7 @@ you can use `hyprctl clients`. | 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 | | +| noinitialfocus | disables the initial 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) | |