mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
clarify window rule description (#59)
Simply saying "`RULE` is a rule" isn't very helpful
This commit is contained in:
parent
a9d34fe7cc
commit
830fd292d3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ You can set window rules to achieve different behaviours from the active contain
|
|||
windowrule=RULE,WINDOW
|
||||
```
|
||||
|
||||
- `RULE` is a rule (and a param if applicable)
|
||||
- `RULE` is a [rule](#rules) (and a param if applicable)
|
||||
- `WINDOW` is a RegEx, either:
|
||||
- plain RegEx (for matching a window class);
|
||||
- `title:` followed by a regex (for matching a window's title)
|
||||
|
|
Loading…
Reference in a new issue