Examples (7)
Set the value of a key. Fails if the key doesn't exist or the value is out of range
Print the value of a key or the schema-provided default if the key has not been set in `dconf`
gsettings get org.example.schema example-keyUnset a key, so that its schema default value will be used
Display all (non-relocatable) schemas, keys, and values
gsettings list-recursivelyDisplay all keys and values (default if not set) from one schema
gsettings list-recursively org.example.schemaDisplay schema-allowed values for a key (helpful with enum keys)
gsettings range org.example.schema example-keyDisplay the human-readable description of a key
gsettings describe org.example.schema example-keymade by @shridhargupta | data from tldr-pages