mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-25 22:15:59 +01:00
remove outdated warning about initialClass case sensitivity (#755)
This commit is contained in:
parent
56df4f4285
commit
0bce0a9dc0
1 changed files with 1 additions and 7 deletions
|
@ -70,7 +70,7 @@ For now, the supported fields for V2 are:
|
||||||
```
|
```
|
||||||
class - class regex
|
class - class regex
|
||||||
title - title regex
|
title - title regex
|
||||||
initialclass - initialClass regex
|
initialClass - initialClass regex
|
||||||
initialTitle - initialTitle regex
|
initialTitle - initialTitle regex
|
||||||
tag - tag name
|
tag - tag name
|
||||||
xwayland - 0/1
|
xwayland - 0/1
|
||||||
|
@ -91,12 +91,6 @@ size, you can use `hyprctl clients`.
|
||||||
|
|
||||||
{{< /callout >}}
|
{{< /callout >}}
|
||||||
|
|
||||||
{{< callout type=warning >}}
|
|
||||||
|
|
||||||
Please beware that `hyprctl clients` will display the field as **initialClass** while the WINDOW field in the configuration uses `initialclass`.
|
|
||||||
|
|
||||||
{{< /callout >}}
|
|
||||||
|
|
||||||
## Rules
|
## Rules
|
||||||
|
|
||||||
### Static rules
|
### Static rules
|
||||||
|
|
Loading…
Reference in a new issue