add command to reset a users dconf settings

This commit is contained in:
2025-02-04 15:35:03 +01:00
parent 6ffd0abdeb
commit 585809c453

View File

@@ -15,6 +15,13 @@ Note that this will only set the default configuration which can be changed by t
To reset the user specific configuration run
```
# only reset gnome dconf settings
dconf reset -f /org/gnome
# reset all dconf settings
dconf reset -f /
# if the commands above does not work
rm ~/.config/dconf/user
```