> > put them in a .xinitrc or .xsession file in your home directory - along > the lines of > > bbkeys -i & > bbsload & > bbapm & > exec blackbox > > If you log-in at the command-line and "startx" it'll be ~/.xinitrc, if > you use xdm or similar (graphical login) put it in ~/.xsession
the important thing here is this is run as step by step instruction. So it is important that each command except the last has a '&' following it which says 'put me in the background and keep going'. As soon as the first foreground process exits X will exit.
