From 372f596e902a1186304b3ce90831d3eb122beead Mon Sep 17 00:00:00 2001 From: Liam Kearney <76269376+LiamKearn@users.noreply.github.com> Date: Thu, 31 Aug 2023 02:22:04 +1000 Subject: [PATCH] Doc, window rules: Mention what pin does. (#318) The description as it is can be implied from the name, it's pretty useless without the context. I've just copied that over from dispatchers. --- 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 5abfe8e..d31b28d 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -104,7 +104,7 @@ you can use `hyprctl clients`. | 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) | | | windowdance | forces an XWayland window to never refocus, used for games/applications like Rhythm Doctor | | -| pin | pins the window *note: floating only* | | +| pin | pins the window (i.e. show it on all workspaces) *note: floating only* | | | noanim | disables the animations for the window |✓| | keepaspectratio | forces aspect ratio when resizing window with the mouse |✓| | bordercolor \[c\] | force the bordercolor of the window. Options for c: `color` -> sets the active border color OR `color color` -> sets the active and inactive border color of the window. See [variables->colors](../Variables#variable_types) for color definition. |✓|