to choose your window manager, when using 'startx'; create a .xinitrc file
that contains lines for each application you want to start when X starts.
for instance:

chrome@steel:~$ cat .xinitrc 
gkrellm -wm &
xterm -fg white -bg black -geometry 100x81+2256+0 -title Mail &
enlightenment

the last line doesn't end with a &, because when it exits, X will exit as
well. most of the time, people use a window manager (in this case,
enlightenment); but anything (an xterm, xlogo) will do.

Carl Soderstrom
-- 
Network Engineer
Real-Time Enterprises
(952) 943-8700
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to