config: allow disabling color-management
This commit is contained in:
parent
c66f5798b7
commit
248eb324a5
24 changed files with 388 additions and 9 deletions
|
|
@ -590,6 +590,33 @@ The format should be one of the following:
|
|||
Values of this type should be strings.
|
||||
|
||||
|
||||
<a name="types-ColorManagement"></a>
|
||||
### `ColorManagement`
|
||||
|
||||
Describes color-management settings.
|
||||
|
||||
- Example:
|
||||
|
||||
```toml
|
||||
[color-management]
|
||||
enabled = true
|
||||
```
|
||||
|
||||
Values of this type should be tables.
|
||||
|
||||
The table has the following fields:
|
||||
|
||||
- `enabled` (optional):
|
||||
|
||||
Whether the color management protocol is enabled.
|
||||
|
||||
This has no effect on running applications.
|
||||
|
||||
The default is `false`.
|
||||
|
||||
The value of this field should be a boolean.
|
||||
|
||||
|
||||
<a name="types-ComplexShortcut"></a>
|
||||
### `ComplexShortcut`
|
||||
|
||||
|
|
@ -1178,6 +1205,19 @@ The table has the following fields:
|
|||
|
||||
The value of this field should be a [Xwayland](#types-Xwayland).
|
||||
|
||||
- `color-management` (optional):
|
||||
|
||||
Configures the color-management settings.
|
||||
|
||||
- Example:
|
||||
|
||||
```toml
|
||||
[color-management]
|
||||
enabled = true
|
||||
```
|
||||
|
||||
The value of this field should be a [ColorManagement](#types-ColorManagement).
|
||||
|
||||
|
||||
<a name="types-Connector"></a>
|
||||
### `Connector`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue