xhost +

#HOST_FONT=lucidasanstypewriter-12 
#HOST_FONT=neep-24
HOST_FONT=lucidasanstypewriter-18 
HNAME=HOST
HDEST=ltc-server

# Set up a "continuous" xterm instances
cat - > /tmp/xterm1.script <<EOF
while true
do
  rxvt +sb -bg blue -fg white -name HOST1 -geometry 80x24+1+1 -fn $HOST_FONT -tn xterm -T "${HNAME} - 1"  -e telnet $HDEST
done
EOF
sh /tmp/xterm1.script &

cat - > /tmp/xterm2.script <<EOF
while true
do
  rxvt +sb -bg blue -fg white -name HOST2 -geometry 80x24+1+1 -fn $HOST_FONT -tn xterm -T "${HNAME} - 2"  -e telnet $HDEST
done
EOF
sh /tmp/xterm2.script &

# Other programs to autostart:
netscape &

kaudioserver &
kwmsound &
kcontrol -init &
kbgndwm &
krootwm &
kpanel &

exec kwm
