To restart Cinnamon if you encounter a bug, here are 2 methods:
- Press CTRL + ALT + ESC
- Press ALT + F2, then type in the dialog ‘r’ and hit ENTER
To restart Cinnamon if you encounter a bug, here are 2 methods:
Here is my config
Because I use Workspace grid (2D) and switcher to have my workspaces as a grid, I cannot use the shortcuts to show Expo view and Scale view. (The applet override the shortcuts to navigate through workspaces).
So I added my own custom keyboard shortcuts !
sh -c 'dbus-send --dest=org.Cinnamon --print-reply /org/Cinnamon org.Cinnamon.ShowExpo >/dev/null'
sh -c 'dbus-send --dest=org.Cinnamon --print-reply /org/Cinnamon org.Cinnamon.ShowOverview >/dev/null'
References: