Add regex syntax link to Configuration:-Window-Rules.md

This commit is contained in:
FreeFull
2024-06-05 14:03:27 +01:00
committed by Ivan Molodetskikh
parent 66202992c9
commit 39632e9c1e
+1
View File
@@ -119,6 +119,7 @@ Let's look at the matchers in more detail.
#### `title` and `app-id` #### `title` and `app-id`
These are regular expressions that should match anywhere in the window title and app ID respectively. These are regular expressions that should match anywhere in the window title and app ID respectively.
You can read about the supported regular expression syntax [here](https://docs.rs/regex/latest/regex/#syntax).
``` ```
// Match windows with title containing "Mozilla Firefox", // Match windows with title containing "Mozilla Firefox",