tldr/pages/linux/dconf.md

18 lines
385 B
Markdown
Raw Normal View History

2021-05-16 18:47:31 +01:00
# dconf
> Simple tool for manipulating dconf databases.
> See also `dconf write`.
> More information: <https://developer.gnome.org/dconf>.
- Print the value of a dconf path:
`dconf read {{/example/dconf/path}}`
- List contents of a dconf path:
`dconf list {{/example/dconf/path}}`
- Watch for dconf database changes in a path and subpaths:
`dconf watch {{/example/dconf/path}}`