Created
November 6, 2015 05:30
-
-
Save msullivan/e8807275f0f28e3014f8 to your computer and use it in GitHub Desktop.
my notion startup script
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 | |
| if pgrep unity-settings > /dev/null; then | |
| exit | |
| fi | |
| xsetroot -solid black | |
| # sleeps: evade, don't solve, concurrency problems | |
| unity-settings-daemon& sleep 1; | |
| wmdocker & sleep 1 | |
| fake-panel.py& | |
| nm-applet & | |
| ssh-add < /dev/null& | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment