#!/bin/csh

# this file is ~xterm/.xsession
# this script is exec'd by xdm, the x display manager
# Order of execution:
#   xdm         - daemon run as root by getty in place of login program
#   Xstartup    - run as root as system part of startup routine
#   Xsession    - run as user as user's part of startup routine
#   .xsession   - exec'd as user by Xsession, analagous to .xtools or .login
#                 this is the file you get to didle with--it's this file

xterm -geometry 80x7+508+87 -w 1 -sb +si -rv -bw 1 -title Messages -tm "erase ^H" -xrm "*iconGeometry: +974+0" -e $HOME/.xstartup 

# when the xterm is over, make *sure* everything is really dead...
nohup xclosedown
