From 42bf64dd135d4a9a5ae98ca7301b05aa7de0d4b1 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Tue, 18 Jul 2023 00:13:16 +0200 Subject: [PATCH] add bordersize rule --- 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 86eabe7..7cc446f 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -97,6 +97,7 @@ you can use `hyprctl clients`. | nofocus | disables focus to the window | | | noinitialfocus | disables the initial focus to the window | | | noborder | disables borders for the window |✓| +| bordersize \[size\] | sets the border size |✓| | nodim | disables window dimming 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) | |