Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2001 17:23:21 -0500
From:      Jim Bryant <kc5vdj@yahoo.com>
To:        Nate Williams <nate@yogotech.com>
Cc:        David Wolfskill <david@catwhisker.org>, bandix@looksharp.net, freebsd-current@FreeBSD.ORG
Subject:   Re: exec issue in tcsh?
Message-ID:  <3B8976D9.3070107@yahoo.com>
References:  <20010826024257.I65587-100000@turtle.looksharp.net>	<200108261245.f7QCjtm28227@bunrab.catwhisker.org> <15241.8227.759263.259051@nomad.yogotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help


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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B8976D9.3070107>