2021-05-16 18:47:31 +01:00
|
|
|
# dconf
|
|
|
|
|
2022-10-04 08:00:34 +01:00
|
|
|
> Manage dconf databases.
|
|
|
|
> See also: `dconf-read`, `dconf-reset`, `dconf-write`, `gsettings`.
|
|
|
|
> More information: <https://manned.org/dconf>.
|
2021-05-16 18:47:31 +01:00
|
|
|
|
2022-10-04 08:00:34 +01:00
|
|
|
- Print a specific key value:
|
2021-05-16 18:47:31 +01:00
|
|
|
|
2022-10-04 08:00:34 +01:00
|
|
|
`dconf read {{/path/to/key}}`
|
2021-05-16 18:47:31 +01:00
|
|
|
|
2022-10-04 08:00:34 +01:00
|
|
|
- Print a specific path sub-directories and sub-keys:
|
2021-05-16 18:47:31 +01:00
|
|
|
|
2022-10-04 08:00:34 +01:00
|
|
|
`dconf list {{/path/to/directory/}}`
|
2021-05-16 18:47:31 +01:00
|
|
|
|
2022-10-04 08:00:34 +01:00
|
|
|
- Write a specific key value:
|
2021-05-16 18:47:31 +01:00
|
|
|
|
2022-10-04 08:00:34 +01:00
|
|
|
`dconf write {{/path/to/key}} "{{value}}"`
|
|
|
|
|
|
|
|
- Reset a specific key value:
|
|
|
|
|
|
|
|
`dconf reset {{/path/to/key}}`
|
|
|
|
|
|
|
|
- Watch a specific key/directory for changes:
|
|
|
|
|
|
|
|
`dconf watch {{/path/to/key|/path/to/directory/}}`
|
|
|
|
|
|
|
|
- Dump a specific directory in INI file format:
|
|
|
|
|
|
|
|
`dconf dump {{/path/to/directory/}}`
|