config: add xwayland client criteria
This commit is contained in:
parent
a952e658da
commit
bdabb7bbdd
13 changed files with 47 additions and 1 deletions
|
|
@ -567,6 +567,10 @@
|
|||
"pid": {
|
||||
"type": "integer",
|
||||
"description": "Matches the process ID of the client."
|
||||
},
|
||||
"is-xwayland": {
|
||||
"type": "boolean",
|
||||
"description": "Matches if the client is/isn't Xwayland."
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
|
|
|
|||
|
|
@ -887,6 +887,12 @@ The table has the following fields:
|
|||
|
||||
The numbers should be integers.
|
||||
|
||||
- `is-xwayland` (optional):
|
||||
|
||||
Matches if the client is/isn't Xwayland.
|
||||
|
||||
The value of this field should be a boolean.
|
||||
|
||||
|
||||
<a name="types-ClientMatchExactly"></a>
|
||||
### `ClientMatchExactly`
|
||||
|
|
|
|||
|
|
@ -3247,6 +3247,10 @@ ClientMatch:
|
|||
integer_only: true
|
||||
required: false
|
||||
description: Matches the process ID of the client.
|
||||
is-xwayland:
|
||||
kind: boolean
|
||||
required: false
|
||||
description: Matches if the client is/isn't Xwayland.
|
||||
|
||||
|
||||
ClientMatchExactly:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue