Skip to content

Instantly share code, notes, and snippets.

@rileyrg
Created October 21, 2014 21:06
Show Gist options
  • Save rileyrg/d0ddfbec4996f2445c0c to your computer and use it in GitHub Desktop.
Save rileyrg/d0ddfbec4996f2445c0c to your computer and use it in GitHub Desktop.
myStartupSpawns = [
"xcompmgr"
,"xscreensaver -no-splash"
,"stalonetray"
,"feh --bg-fill ${WALLPAPER}"
,"sleep 2 && xfce4-power-manager"
,"sleep 2 && SpiderOak"
,"sleep 2 && dropbox start -i"
,do {
b :: Bool
b =- doesFileExist "/home/rgr/.laptop"
if b then "sleep 2 && wicd --tray" else "" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment