Configuring gnome properties programmatically
After installing a new distribution in my computer, I usually want to make some tweaks to gnome. In this post I’m going to explain how to do these tweaks from the command line, so they can be scripted.
gsettings
Gsettings is a command-line tools that allows us to modify gnome settings. To modify a setting we can use the set
command. The format is like the following:
1
gsettings set SCHEMA[:PATH] KEY VALUE