mirror of https://github.com/CrimsonTome/tldr.git
Add `reset` example
parent
1cc54ddda0
commit
37a18d69ee
|
@ -16,6 +16,10 @@
|
|||
|
||||
`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/}}`
|
||||
|
|
Loading…
Reference in New Issue