Skip to content

Instantly share code, notes, and snippets.

@msullivan
Created November 6, 2015 05:30
Show Gist options
  • Select an option

  • Save msullivan/e8807275f0f28e3014f8 to your computer and use it in GitHub Desktop.

Select an option

Save msullivan/e8807275f0f28e3014f8 to your computer and use it in GitHub Desktop.
my notion startup script
#!/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