kiwisaotome /autostart.sh

My openbox autostart file. Simple, eh?
# Run the system-wide support stuff
. $GLOBALAUTOSTART

# Programs to launch at startup
nitrogen --restore &
xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &  #Adds some dropshadowy goodness.

#Starts xscreensaver without spash
xscreensaver -no-splash &
nvdock & #Video stuff
volwheel & #Volume Stuff

# Programs that will run after Openbox has started
(sleep 2 && lxpanel) &