2025-03-14 21:59:59 -06:00
|
|
|
# dconf reset
|
|
|
|
|
|
|
|
|
|
> Reset key values in dconf databases.
|
|
|
|
|
> See also: `dconf`.
|
|
|
|
|
> More information: <https://manned.org/dconf>.
|
|
|
|
|
|
|
|
|
|
- Reset a specific key value:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`dconf reset /{{path/to/key}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Reset a specific directory:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`dconf reset -f /{{path/to/directory}}/`
|