From 37a18d69eeba44e393f71ec6672cd82e8f0bb3ba Mon Sep 17 00:00:00 2001 From: EmilySeville7cfg Date: Sun, 17 Apr 2022 15:43:32 +1000 Subject: [PATCH] Add `reset` example --- pages/linux/dconf.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/dconf.md b/pages/linux/dconf.md index 31319dd61..85f0beda1 100644 --- a/pages/linux/dconf.md +++ b/pages/linux/dconf.md @@ -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/}}`