Skip to content

Instantly share code, notes, and snippets.

@alexclifford
Created September 15, 2016 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexclifford/3c221abd7e7ffe2d9f6465f9613c6075 to your computer and use it in GitHub Desktop.
Save alexclifford/3c221abd7e7ffe2d9f6465f9613c6075 to your computer and use it in GitHub Desktop.
Backup Cinnamon settings with dconf
# 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