Skip to content

Instantly share code, notes, and snippets.

View SebiAi's full-sized avatar
💭
Keep calm and inhale my code!

SebiAi

💭
Keep calm and inhale my code!
View GitHub Profile
@hachesilva
hachesilva / restart-cinnamon-in-linux-mint.txt
Created March 5, 2019 15:24
Several ways to restart Cinnamon in Linux Mint
1. Hit ctrl+alt+esc
2. Hit Alt+F2, type r, and press Enter
3. Switch to another tty, for example tty6, by pressing Ctrl+Alt+F6
Run:
pkill -HUP -f "cinnamon --replace"
Return to tty8 by pressing Ctrl+Alt+F8