[gentoo-user] Question on using selectwm

2003-03-31 Thread Susie
There are a bunch of apps I like to launch at startup many of thease
will work in various window managers(wm dock apps... such as wmitime). 
But some wont like bbpager.  I have openbox, xfce, and icewm installed. 
If I'm using selectwm to choose my window manager in .xinitrc is there
some way that I can get it to load various progs when it starts a
specific one?  ie load bbpager for only openbox but all the other dock
apps for the other 2 window managers?

-- 

Susie
VE7 HFA
[EMAIL PROTECTED]
http://arienadean.tripod.com/

---

Don't walk in front of me, I may not follow. Don't walk behind me, I
may not lead. Just walk beside me and be my friend. - Albert Camus

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Question on using selectwm

2003-03-31 Thread Joshua J. Berry
 If I'm using selectwm to choose my window manager in .xinitrc is there
 some way that I can get it to load various progs when it starts a
 specific one?  ie load bbpager for only openbox but all the other dock
 apps for the other 2 window managers?

I would suggest writing a script for each wm that needs other apps started 
with it. For example, with openbox it might look something like this:

#!/bin/sh

bbpager 
exec `which openbox`

Then just tell selectwm to start the script, instead of the window manager.

-- Josh

-
Joshua J. Berry

I haven't lost my mind -- it's backed up on tape somewhere.
-- /usr/games/fortune

PGP Key: http://deneb.condordes.net/node/16/view

NOTE: Please do not submit this email address to any mailing
lists or websites without prior permission.  Thank you.

--
[EMAIL PROTECTED] mailing list