[openbox] Question about obpager
David Courtney
blixel at gmail.com
Wed Feb 15 13:50:48 EST 2006
> > use sleep to start the apps once OB has started but still use xinit
> >
> > this is from my openbox Sessions file
> >
> > eval 'sleep 7 ; pypanel & gdeskcal & torsmo' &
> > exec openbox
>
> you can also try this:
>
> /usr/local/bin/openbox & pid=$!
> obpager &
> wait $pid
> exit 0
>
> and insert "sleep 1" between openbox and obpager if it's necessary.
Thanks for comprehending the intent of my question. (That capability
seems to elude some people.)
I tried your method and it seems to work just fine. Much appreciated!
More information about the openbox
mailing list