Advertisement
ariyasa

autostart.sh

Feb 25th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # Run the system-wide support stuff
  2. . $GLOBALAUTOSTART
  3.  
  4. # Programs to launch at startup
  5.  
  6.  
  7. (sleep 2 && tint2) &
  8. sleep 3 && nm-applet &
  9. nitrogen --restore &
  10. sleep 3 && gnome-volume-control-applet &
  11. sleep 2 && conky
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement