Add `reset` example

feature/refresh-dconf
EmilySeville7cfg 2022-04-17 15:43:32 +10:00
parent 1cc54ddda0
commit 37a18d69ee
1 changed files with 4 additions and 0 deletions

View File

@ -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/}}`