diff options
Diffstat (limited to 'cinnamon-setup/README.md')
| -rw-r--r-- | cinnamon-setup/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cinnamon-setup/README.md b/cinnamon-setup/README.md new file mode 100644 index 0000000..ca0ca7b --- /dev/null +++ b/cinnamon-setup/README.md @@ -0,0 +1,20 @@ +# cinnamon-setup + +This repository contains my personal setup for Cinnamon desktop environment. + +## Important changes + - `Ctrl+Alt+T` doesn't launch the default terminal, it executes `terminator --new-tab` + +## Files + +`all.settings` - dump of the Cinnamon settings + +``` +$ dconf dump /org/cinnamon > all.settings +``` + +`cinnamon-menu.json` - export of the cinnamon menu (`menu@cinnamon.org`) + +`/oreo_black_bordered_cursors` - the custom cursor I use + +`cinnamon-setup.sh` - script that automatically installs most configurations |
