mirror of https://github.com/CrimsonTome/tldr.git
Add `dconf-reset` page
parent
37a18d69ee
commit
b284e43042
|
@ -0,0 +1,13 @@
|
||||||
|
# dconf reset
|
||||||
|
|
||||||
|
> Reset key values in dconf databases.
|
||||||
|
> See also: `dconf`.
|
||||||
|
> More information: <https://developer.gnome.org/dconf>.
|
||||||
|
|
||||||
|
- Reset a specific key value:
|
||||||
|
|
||||||
|
`dconf read {{/path/to/key}}`
|
||||||
|
|
||||||
|
- Reset a specific directory:
|
||||||
|
|
||||||
|
`dconf read -d {{/path/to/directory/}}`
|
Loading…
Reference in New Issue