mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
Configuring/Window Rules: add clarifying language for static windowrules (#834)
This commit is contained in:
parent
8359aa242b
commit
cdc8a81d88
1 changed files with 7 additions and 1 deletions
|
@ -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 |
|
||||||
| ---- | ----------- |
|
| ---- | ----------- |
|
||||||
|
|
Loading…
Reference in a new issue