Consulta e modifica configurações do dconf com validação de esquema. Mais informações: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_the_desktop_environment_in_rhel_8/configuring-gnome-at-low-level_using-the-desktop-environment-in-rhel-8#using-gsettings-command_configuring-gnome-at-low-level.
gsettings set {{org.exemplo.esquema}} {{chave-exemplo}} {{valor}}
dconf
:gsettings get {{org.exemplo.esquema}} {{chave-exemplo}}
gsettings reset {{org.exemplo.esquema}} {{chave-exemplo}}
gsettings list-recursively
gsettings list-recursively {{org.exemplo.esquema}}
gsettings range {{org.exemplo.esquema}} {{chave-exemplo}}
gsettings describe {{org.exemplo.esquema}} {{chave-exemplo}}