Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.41 KB

SPEC.md

File metadata and controls

49 lines (43 loc) · 1.41 KB

Schema location

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.

Additional metadata

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