Re: Start something from sawfishrc



> app1 &
> app2 &
> sawfish

Some X servers will die when the first application to connect to them
dies.  In this case, if you ever exited app1, your server would exit.

The way I do it (in my .xinitrc) is:

	sawfish &
	managerId=$!
	sleep 2
	aap1 &
	app2 &
	...
	wait $managerId

The sleep 2 is to make sure that sawfish is the first thing to connect
to the server.
-- 
    Geoff Kuenning   geoff cs hmc edu   http://www.cs.hmc.edu/~geoff/

The DMCA criminalizes curiosity.  It would put Susie in jail for
taking her stereo apart to see how it works.



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