Re: terminal and x11
Re: terminal and x11
- Subject: Re: terminal and x11
- From: email@hidden
- Date: Thu, 20 Feb 2003 00:52:57 GMT
> I believe that will work if you specify the display 0:0.
>
> ie xclock -display 0:0
If you don't want to have to specify the display each time you start an
application you can set the DISPLAY envronment variable for your shell.
If you're using the default tenex c shell then just add something like this to
the .cshrc file in your home directory:
if (! $?DISPLAY) then
setenv DISPLAY :0.0
endif
J. Mckeown.
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.