# new, sample .startup.X file
# this file is currently set up for use with the mwm window manager.  In 
# addition, it will attach a remote file-server (non-athena) that contains
# additional background artwork (FRUMIOUS-BANDERSNATCH).  

attach -n -m /mit/XPIX -e bander:/site/xpix

# If you do not wish to have any background art, then put a comment marker 
# in front of all of the following lines.  Otherwise, uncomment the one
# that you find most interesting/appealing.

# (Default) Yosemite National Park.  Cool waterfall:
zcat /mit/xpix/pictures/yosemite.dmp.Z | /mit/xpix/bin${hosttype}/xroot

# The starship enterprise:
# zcat /mit/XPIX/xpix/enterprise.x11.Z | /mit/xpix/bin${hosttype}/xroot

# A really neat sketch of a woman's face:
# zcat /mit/XPIX/xpix/sketch.x11.Z | /mit/xpix/bin${hosttype}/xroot

# An astronaut doing a spacewalk:
# zcat /mit/xpix/pictures/astronaut.dmp.Z | /mit/xpix/bin${hosttype}/xroot

# Calvin and Hobbes:
# zcat /mit/xpix/pictures/bigcalvin.dmp.Z | /mit/xpix/bin${hosttype}/xroot

# A far-side cartoon:
# zcat /mit/xpix/pictures/far-side.dmp.Z | /mit/xpix/bin${hosttype}/xroot

# A full moon:
# zcat /mit/xpix/pictures/fullmoon.dmp.Z | /mit/xpix/bin${hosttype}/xroot

# There are many others:

# If you uncomment this command, it will allow you to click the mouse on 
# the created box and walk away from the terminal.  If you return within 
# 20 minutes, hit any key and type your password, you can get back on.
# The only way anyone else can get on is to reboot the machine.
# *Please* do not change the timeout to less than 20 minutes.  Or people 
# will start rebooting your machine for the shear pleasure of it (like me).
# Likewise, do not walk away from a running machine for more than 20 minutes
# without leaving a note.  Even so, your process will be subject to 
# termination with extreme prejudice.  

# xscreensaver -l -B +dtime -t 20 -m "Locked for 20 minutes max"

# The following notifies you when you have new mail:
zctl add mail pop

# The following allows you to create a file called ".anyone".  If you 
# specify usernames in this file, (one per line) it will notify you when
# and where those people have logged on.
# znol &

# These are the lines that you *MUST* uncomment if you are going to use the 
# older uwm window manager instead of the current mwm one:
# xterm -geometry 80x15+520+210 &
# xterm -geometry 80x24+520+415 &
# xterm -geometry 80x8+520+735 &

xclock -geometry 60x60+960+25 -rev &


