Configuring/Window Rules: add clarifying language for static windowrules (#834)

This commit is contained in:
Matthias Johnson 2024-10-30 07:30:25 -05:00 committed by GitHub
parent 8359aa242b
commit cdc8a81d88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,7 +96,13 @@ size, you can use `hyprctl clients`.
### Static rules ### 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 | | Rule | Description |
| ---- | ----------- | | ---- | ----------- |