1
0
Fork 0
forked from wry/wry

config: add pid client criteria

This commit is contained in:
Julian Orth 2025-05-03 12:46:56 +02:00
parent 587ffc7ee5
commit a952e658da
13 changed files with 55 additions and 1 deletions

View file

@ -879,6 +879,14 @@ The table has the following fields:
The numbers should be integers.
- `pid` (optional):
Matches the process ID of the client.
The value of this field should be a number.
The numbers should be integers.
<a name="types-ClientMatchExactly"></a>
### `ClientMatchExactly`