Aaron Benedict <[EMAIL PROTECTED]> wrote:
> A newbie question from a converted WindowMaker user. I would like to 
> run wmnet at the start up of Blackbox. Where is that controlled and what do I 
> have to do to get it running?

While others suggested to just stick it into ~/.xinitrc, I would suggest
you create a little script.  If you hvae more than just a few apps start
up when you start X, this might come in handy if you want to switch to
another WindowManager.

If you have everything in ~/.xinitrc you have to delete it (or comment
it out) if you switch to, say, wmaker again.

I for example have the following setup:

[jschauma@www jschauma]$ cat .xinitrc
exec /home/jschauma/bin/startbb
[jschauma@www jschauma]$ cat bin/startbb 
#!/bin/bash

imwheel -k &
xhost +localhost
xscreensaver &

xset dpms 0 1200 2400

rxvt -ls  -g 85x45 -T E-Mail -e mutt  &
rxvt -ls  -g 85x45 -T News -e slrn &

wmnet -w&
licq&

xsetroot -cursor_name X_cursor
xconsole -geometry 1035x35+100+0 -file /var/log/apache/access.log &
xset m 20/10 4

bbpager &
bbkeys -i &
bbmail -c /home/jschauma/.bbmailrc &
bbweather -g +110-0 -c -t 20 -u 20 KNYC&
exec blackbox
[jschauma@www jschauma]$

HTH,
-Jan

-- 
Jan Schaumann 
http://www.netmeister.org

Reply via email to