mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +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
|
||||
title - title regex
|
||||
initialclass - initialClass regex
|
||||
initialClass - initialClass regex
|
||||
initialTitle - initialTitle regex
|
||||
tag - tag name
|
||||
xwayland - 0/1
|
||||
|
@ -91,12 +91,6 @@ size, you can use `hyprctl clients`.
|
|||
|
||||
{{< /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
|
||||
|
||||
### Static rules
|
||||
|
|
Loading…
Reference in a new issue