The schema must be stored in one of this locations
$XDG_DATA_HOME/configurator/
$XDG_DATA_DIRS/configurator/
The filename should be the Application ID of the application, plus the .json
extension. E.g: io.github.cosmic_utils.configurator.json
.
note: list are separated by ;
.
Variable | Description | Default | Type |
---|---|---|---|
X_CONFIGURATOR_SOURCE_PATHS |
Where the configuration will be sourced; in order. | List of paths | |
X_CONFIGURATOR_SOURCE_HOME_PATH |
Where the configuration will be sourced, relative to $HOME/ |
Path | |
X_CONFIGURATOR_WRITE_PATH |
Where the configuration will be written. | X_CONFIGURATOR_SOURCE_HOME_PATH |
Path |
X_CONFIGURATOR_FORMAT |
Format of the configuration. For COSMIC, it will be cosmic_ron . |
Extension of X_CONFIGURATOR_SOURCE_HOME_PATH |
String |