gsettings --version gsettings [--schemadir SCHEMADIR] COMMAND [ARGSā¦]
help | Show this information |
list-schemas | List installed schemas |
list-relocatable-schemas | List relocatable schemas |
list-keys | List keys in a schema |
list-children | List children of a schema |
list-recursively | List keys and values, recursively |
range | Queries the range of a key |
describe | Queries the description of a key |
get | Get the value of a key |
set | Set the value of a key |
reset | Reset the value of a key |
reset-recursively | Reset all values in a given schema |
writable | Check if a key is writable |
monitor | Watch for changes |
gsetting help COMMAND
gets detailed help on a particular command. $ gsettings list-schemas | grep -i debug org.gtk.Settings.Debug $ gsettings list-keys org.gtk.Settings.Debug enable-inspector-keybinding inspector-warning $ gsettings get org.gtk.Settings.Debug enable-inspector-keybinding false
gsettings set org.gnome.desktop.session idle-delay 0
gsettings set org.gnome.desktop.screensaver lock-enabled false
gsettings list-recursively org.gnome.settings-daemon.plugins.media-keys | grep -i terminal