mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 13:22:09 +02:00
13 lines
259 B
Markdown
13 lines
259 B
Markdown
# dconf reset
|
|
|
|
> Reset key values in dconf databases.
|
|
> See also: `dconf`.
|
|
> More information: <https://manned.org/dconf>.
|
|
|
|
- Reset a specific key value:
|
|
|
|
`dconf reset {{/path/to/key}}`
|
|
|
|
- Reset a specific directory:
|
|
|
|
`dconf reset -f {{/path/to/directory/}}`
|