[2818] in Athena Bugs
6.3B: login
daemon@ATHENA.MIT.EDU (probe@ATHENA.MIT.EDU)
Fri Aug 11 18:04:49 1989
From: <probe@ATHENA.MIT.EDU>
Date: Fri, 11 Aug 89 18:04:23 -0400
To: bugs@ATHENA.MIT.EDU
Reply-To: Richard Basch <probe@ATHENA.MIT.EDU>
if (! $?skip_initial_xterm) then
echo "Creating initial xterm window..."
(xterm -geometry 80x56+0+0 &)
endif
In the original 6.3A, it was possible to customize your login window
size as well... What we did was to pre-load a few resources for the
initial "login" window and let you customize everything including the
size this way. This method forces you to have to set the variable
skip_initial_xterm and make a .startup.X file.
-Richard