ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] Application autostart


From: Oleg Katsitadze
Subject: Re: [RP] Application autostart
Date: Wed, 8 Aug 2007 18:26:34 +0300
User-agent: Mutt/1.5.16 (2007-06-11)

On Wed, Aug 08, 2007 at 05:03:22PM +0200, Giorgio Lando wrote:
> A .xinitrc could be:
> 
> mythfrontend &
> exec ratpoison

Another alternative:

  ratpoison&
  wmpid=$!
  sleep 2 # Wait until ratpoison starts up.
  mythfrontend&
  wait $wmpid

You might need to adjust the sleep period.  (Is there a better way to
see when we can start loading apps?)

Best,
Oleg




reply via email to

[Prev in Thread] Current Thread [Next in Thread]