fix spacing

This commit is contained in:
vaxerski 2022-09-06 12:27:35 +02:00
parent 7caaee9ede
commit 955bedb0c5
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ rule system, window rules v2 were implemented.
In V2, you are allowed to match multiple variables.
the `RULE` field is unchanged, but inthe `WINDOW` field, you can put regexes for multiple values like so:
the `RULE` field is unchanged, but in the `WINDOW` field, you can put regexes for multiple values like so:
```
windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
```