LinuxCommandLibrary

dconf-read

Read key values from dconf databases.

TLDR

Print a specific key value

$ dconf read [/path/to/key]
copy


Print a specific key [d]efault value
$ dconf read -d [/path/to/key]
copy

Copied to clipboard