config: allow spawning clients with tags
This commit is contained in:
parent
8b19315f50
commit
a1df575262
11 changed files with 80 additions and 7 deletions
|
|
@ -1291,6 +1291,10 @@
|
|||
"privileged": {
|
||||
"type": "boolean",
|
||||
"description": "If `true`, the executable gets access to privileged wayland protocols.\n\nThe default is `false`.\n"
|
||||
},
|
||||
"tag": {
|
||||
"type": "string",
|
||||
"description": "Specifies a tag to apply to all spawned wayland connections.\n"
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
|
|
|
|||
|
|
@ -2723,6 +2723,12 @@ The table has the following fields:
|
|||
|
||||
The value of this field should be a boolean.
|
||||
|
||||
- `tag` (optional):
|
||||
|
||||
Specifies a tag to apply to all spawned wayland connections.
|
||||
|
||||
The value of this field should be a string.
|
||||
|
||||
|
||||
<a name="types-FallbackOutputMode"></a>
|
||||
### `FallbackOutputMode`
|
||||
|
|
|
|||
|
|
@ -858,6 +858,11 @@ Exec:
|
|||
If `true`, the executable gets access to privileged wayland protocols.
|
||||
|
||||
The default is `false`.
|
||||
tag:
|
||||
kind: string
|
||||
required: false
|
||||
description: |
|
||||
Specifies a tag to apply to all spawned wayland connections.
|
||||
|
||||
|
||||
SimpleActionName:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue