Nate Williams wrote:

>>>>>Wow.  Why not use xdm?  8)
>>>>>
>>>>Too lazy?
>>>>
>>>Heh.  You just uncomment one line in /etc/ttys and HUP init.  It's not
>>>compilicated.
>>>
>>Indeed.  However, there are some differences in startup of which to be
>>aware (.xinitrc vs. .xsession).
>>
> 
> I just hard-link the two files together. :)
> 
> 
> Nate
> 
> 


That only works in a single wm arena...

What about:

case $WMCHOICE in

twm)
         xterm -bg black -fg cyan -sb -sl 5000 -geometry 132x60&
         twm
;;

fvwm95)
         xterm -bg black -fg cyan -sb -sl 5000 -geometry 132x60&
         fvwm95
;;

olwm)
         xterm -bg black -fg cyan -sb -sl 5000 -geometry 132x60&
         olwm
;;

olvwm)
         xterm -bg black -fg cyan -sb -sl 5000 -geometry 132x60&
         olvwm
;;

wmaker)
         xscreensaver -timeout 10 -lock-mode -no-splash&
         wmaker
;;

motif)
         xterm -bg black -fg cyan -sb -sl 5000 -geometry 132x60&
         mwm
;;

gnome)
         xterm -bg black -fg cyan -sb -sl 5000 -geometry 132x60&
         gnome-session
;;

kde2)
         startkde
;;

esac


jim
-- 
ET has one helluva sense of humor!
He's always anal-probing right-wing schizos!


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to