[openbox] Question about obpager

Manuel Colmenero m.kolme at gmail.com
Wed Feb 15 05:59:53 EST 2006


On Wed, 15 Feb 2006 09:06:21 +0000
Hanni Ali <hanni.ali at gmail.com> wrote:

> 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.

-- 
kolme -at- telefonica.net



More information about the openbox mailing list