From cdc8a81d88a9c978e0c63148d617cde3f7b69445 Mon Sep 17 00:00:00 2001 From: Matthias Johnson Date: Wed, 30 Oct 2024 07:30:25 -0500 Subject: [PATCH] Configuring/Window Rules: add clarifying language for static windowrules (#834) --- pages/Configuring/Window-Rules.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 27a1471..0c050cb 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -96,7 +96,13 @@ size, you can use `hyprctl clients`. ### Static rules -Static rules are evaluated once when the window is opened and never again. +Static rules are evaluated once when the window is opened and never again. This essentially means that it is always the `initialTitle` and `initialClass` which will be found when matching on `title` and `class`, respectively. + +{{< callout type=warning >}} + +It is not possible to `float` (or any other of the static rules) a window based on a change in the `title` after the window has been created. This applies to all static rules listed here. + +{{< /callout >}} | Rule | Description | | ---- | ----------- |