#
# .Xsession - Set up personal X11 environment.
#

#
# A nice clock in the upper right corner.  (Started first to keep a connection
# to the server open.)
#
(sunclock -iconic -geometry -0+80 -icongeometry -0+0 &)

#
# Star filled background.
#
xsetroot -bitmap /usr/include/X11/bitmaps/galaxy -bg yellow

#
# Load in the X resources data base.
#
xrdb .Xresources

#
# Start the main shell.
#
(xterm -name xterm-big &)

#
# Start the window manager last.  When it exits, the whole session exits.
#
exec vtwm
