gsettings-tool1User Commandsgsettings-toolGSettings configuration toolgsettings-tooloptionschemakeyvalueDescriptiongsettings-tool offers a simple commandline
interface to #GSettings. It lets you get, set or monitor an individual
key for changes.
The schema and key
arguments are required to specify the schema id and the name of the key
to operate on.
When setting a key, you also need specify a value
The format for the value is that of a serialized #GVariant, so e.g. a string
must include explicit quotes: "'foo'". This format is also used when printing
out values.
Options,
Print help and exit
,
Get the value of key,
Set the value of key,
Find out whether key is writable
,
Monitor key for changes and print the
changed values. Monitoring will continue until the process is
terminated.
,
The path for the schema. This option is only needed if the schema
does not have a fixed path.