Created
June 29, 2025 03:29
-
-
Save raspberrypisig/9a63b17e8a8a5f1c6106c074abfacf47 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/bash | |
export DISPLAY=:0; | |
pkill -HUP cinnamon | |
sleep 3 | |
cinnamon --replace & | |
cinnamon-unlock-desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment