Created
August 2, 2021 20:05
-
-
Save jmfergeau/2f5c281791bbe42ca03d0c1366402c73 to your computer and use it in GitHub Desktop.
This will bring back the Deepin dock if you randomly lost it. Just make a sh script on the desktop, put this code inside and run it when needed.
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/sh | |
| # This will bring back the Deepin dock if you randomly lost it. | |
| # Just make a sh script on the desktop, put this code inside and | |
| # run it when needed. | |
| pkill dde-dock; dde-dock | |
| exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment