Autostart.sh in openbox


2011-09-15


To autostart programs or scripts in openbox, add

# Programs that will run after Openbox has started 
command1 & 
command2 &

To the end of ~/.config/openbox/autostart (create the directories and file if they don't exist)

My autostart section looks like this:

#Programs that will run after Openbox has started 
tint2 & 
kupfer & 
nm-applet & 
dropbox start &