How to access settings from terminal?

Quick question for everyone, how do we access Budgie settings and the Gnome derived system settings from terminal? What are the names for those two packages? Thanks!

gnome-control-center

or for a specific tab

gnome-control-center tab-name

(grep for gnome-control-center in /usr/share/applications and look at the Exec= line)

budgie-desktop-settings

Most often than not - those apps toggle various dconf entries - use dconf-editor if you want to access those low level stuff.

1 Like

Much appreciated, thanks.