1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/linux/dconf.md
2021-05-16 13:47:31 -04:00

17 lines
385 B
Markdown

# 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}}`