1
0
Fork 0
forked from wry/wry

config: add title window criteria

This commit is contained in:
Julian Orth 2025-05-01 18:22:33 +02:00
parent 2b5be7fbd9
commit 6ef7655dbd
14 changed files with 109 additions and 23 deletions

View file

@ -4010,6 +4010,18 @@ The table has the following fields:
The value of this field should be a [ClientMatch](#types-ClientMatch).
- `title` (optional):
Matches the title of the window verbatim.
The value of this field should be a string.
- `title-regex` (optional):
Matches the title of the window with a regular expression.
The value of this field should be a string.
<a name="types-WindowMatchExactly"></a>
### `WindowMatchExactly`