Skip to content

Instantly share code, notes, and snippets.

/autostart.sh Secret

Created October 12, 2011 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f85aad2070b611dee220 to your computer and use it in GitHub Desktop.
Save anonymous/f85aad2070b611dee220 to your computer and use it in GitHub Desktop.
# Programs that will run after Openbox has started
#Yakuake
yakuake &
#guake
guake &
#tint2
tint2 &
#pidgin
#pidgin &
#gnome-do
gnome-do &
#volume icon in system tray
volti &
#sound
#(sleep 2 /usr/bin/pulseaudio --start --log-target=syslog) &
#dropbox daemon
dropbox start &
#filemanager
export DE=gnome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment