1
0
Fork 0
forked from wry/wry

config: add client window criteria

This commit is contained in:
Julian Orth 2025-05-02 23:46:11 +02:00
parent 59f8acdfde
commit 2b5be7fbd9
19 changed files with 205 additions and 14 deletions

View file

@ -4004,6 +4004,12 @@ The table has the following fields:
The value of this field should be a [WindowTypeMask](#types-WindowTypeMask).
- `client` (optional):
Matches if the window's client matches the client criterion.
The value of this field should be a [ClientMatch](#types-ClientMatch).
<a name="types-WindowMatchExactly"></a>
### `WindowMatchExactly`