config: add comm client criteria
This commit is contained in:
parent
bdabb7bbdd
commit
cc734a135c
12 changed files with 73 additions and 2 deletions
|
|
@ -3251,6 +3251,14 @@ ClientMatch:
|
|||
kind: boolean
|
||||
required: false
|
||||
description: Matches if the client is/isn't Xwayland.
|
||||
comm:
|
||||
kind: string
|
||||
required: false
|
||||
description: Matches the `/proc/pid/comm` of the client verbatim.
|
||||
comm-regex:
|
||||
kind: string
|
||||
required: false
|
||||
description: Matches the `/proc/pid/comm` of the client with a regular expression.
|
||||
|
||||
|
||||
ClientMatchExactly:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue