wiki: Clarify window rule matching example

This commit is contained in:
Ivan Molodetskikh
2024-03-26 11:11:26 +04:00
parent 7826003a81
commit ad2795bb27
+2
View File
@@ -74,6 +74,8 @@ Here is what you can match on.
These are regular expressions that should match anywhere in the window title and app ID respectively.
```
// Match windows with title containing "Mozilla Firefox",
// or windows with app ID containing "Alacritty".
window-rule {
match title="Mozilla Firefox"
match app-id="Alacritty"