Re: x11-users digest, Vol 1 #65 - 18 msgs
Re: x11-users digest, Vol 1 #65 - 18 msgs
- Subject: Re: x11-users digest, Vol 1 #65 - 18 msgs
- From: Michael <email@hidden>
- Date: Tue, 21 Jan 2003 14:15:48 -0800
if you are using bash, it looks kinda like this:
if [ ! $?DISPLAY ] ; then
DISPLAY=":0.0"
fi
On Tuesday, January 21, 2003, at 12:51 PM,
email@hidden wrote:
Just put this in your .login or your .tcshrc file:
if (! $?DISPLAY) then
setenv DISPLAY :0.0
endif
J. Mckeown
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.