Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'DISPLAY variable' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
DISPLAY variable
Authored by: kholburn on Jan 17, '02 01:52:27AM

I have the following in my .tcshrc

if ( `ps -awwwux|grep XDarwin |grep -vc grep` > 0 ) then
setenv DISPLAY :0.0
endif



[ Reply to This | # ]