Today at 3:43pm, Eric Hanson said:
> Am I dense or is there a way to execute commands upon the start up of
> blackbox? I don't mean executing stuff from the .xinitrc file, but
> actually having blackbox launch programs (like bbpager, xscreensaver,
> etc)?
> Thanks for any info,
> Eric H.
Not really. You could put commands in ~/.xinitrc like this
case $WINDOWMANAGER in
blackbox)
bbmail -w &
bbpager -w &
bbblabla -w &
bbkeys -i &
esac
Now the bb apps don't bother you when you run X with another wm.
Wilbert