clarify window rule description (#59)

Simply saying "`RULE` is a rule" isn't very helpful
This commit is contained in:
Ching Pei Yang 2022-11-22 22:25:34 +01:00 committed by GitHub
parent a9d34fe7cc
commit 830fd292d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)