dconf, dconf-write: add page (#5967)
This commit is contained in:
17
pages/linux/dconf.md
Normal file
17
pages/linux/dconf.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user