Created
September 15, 2016 07:53
-
-
Save alexclifford/3c221abd7e7ffe2d9f6465f9613c6075 to your computer and use it in GitHub Desktop.
Backup Cinnamon settings with dconf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Backup | |
dconf dump /org/cinnamon/ > cinnamon-dconf-settings.txt | |
# Reset Cinnamon | |
dconf reset -f /org/cinnamon/ | |
# Restore | |
dconf load /org/cinnamon/ < cinnamon-dconf-settings.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment