Re: Start something from sawfishrc
- From: <geoff cs hmc edu>
- To: sawfish-list gnome org
- Subject: Re: Start something from sawfishrc
- Date: Mon, 10 Nov 2003 14:10:58 -0800 (PST)
> 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]