#!/bin/sh
#  X WINDOW SYSTEM STARTUP SCRIPT
#
#  This shell script is used to setup the initial X clients.  It is
#  passed as a parameter to xinit, to be run by xinit along with the 
#  X server.  When this script terminates the X window system will be
#  terminated.

if test -f /bin/hp9000s500
then
exec >/dev/null 2>/dev/null
xterm -geom 80x24+0+0 &
else
xterm -C -geom 80x24+0+0 &
fi

xclock -analog -geometry 75x75+0-0 &
xbiff -fg "midnight blue" -geometry +100-0 &
xload -bg "wheat" -fg "sea green" -bg "wheat" -bd "coral" -geometry 140x75+300-0 &

xhost +whitechapel +victoria +paddington +waterloo +uxbridge +cadillac +media-lab +a-boy +demille +brixton
emacs -w 80x50-1+1 &
echo `hostname`:0 > $HOME/.display
uwm 
rm $HOME/.display

clear_colormap       ## this clears the colormap
kbd_mode -a          ## this converts the keyboard back to ASCII mode
findls		     ## print out any lisp processes that are
		     ## still running so I can kill them by hand
