[openbox] Executing programs on startup

Aaron Griffin aaronmgriffin at gmail.com
Wed Sep 15 17:51:37 EDT 2004


On Wed, 15 Sep 2004 23:39:09 +0200, Mikael Magnusson <mikachu at gmail.com> wrote:
> On Wed, 15 Sep 2004 16:36:14 -0500, Aaron Griffin
> <aaronmgriffin at gmail.com> wrote:
> > Try this in your .xinitrc (or .xsession, depending on usage):
> >
> > ###
> > pid = my_window_manager &
> 
> What you probably meant is this,
> openbox & pid=$!
> 
> 
> 
> > some_program &
> > OBPager &
> > another_program &
> > gkrellm &
> >
> > wait $pid
> > ###
> 

ack! yeah sorry..... 

Correction:
###
openbox & pid=$!

some_program &
OBPager &
another_program &
gkrellm &

wait $pid
###
-- 
Got a question? http://catb.org/~esr/faqs/smart-questions.html



More information about the openbox mailing list