Skip to content

Instantly share code, notes, and snippets.

@jmfergeau
Created August 2, 2021 20:05
Show Gist options
  • Save jmfergeau/2f5c281791bbe42ca03d0c1366402c73 to your computer and use it in GitHub Desktop.
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.
#!/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