Skip to content

Instantly share code, notes, and snippets.

@rileyrg
Created October 21, 2014 12:43
Show Gist options
  • Save rileyrg/f037a71e7ff19a6a6840 to your computer and use it in GitHub Desktop.
Save rileyrg/f037a71e7ff19a6a6840 to your computer and use it in GitHub Desktop.
myStartUpHook = do
setWMName "LG3D" -- Java progs need this a jdk 1.6+
spawnOnce "xcompmgr"
spawnOnce "xscreensaver -no-splash"
spawnOnce "stalonetray"
spawnOnce "feh --bg-fill ${WALLPAPER}"
spawnOnce "sleep 2 && xfce4-power-manager"
spawnOnce "sleep 2 && SpiderOak"
spawnOnce "sleep 2 && dropbox start -i"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment