#!/bin/sh
#
stty -tostop

# set a bell tone, a screen saver that shows patterns instead of blanking
# out the screen, and uses a relatively dark background pattern
xset b 70 1000 100
xset s 2400 60
xset s noblank

# allow other hosts to write to this display
xhost +

#start up the menu maker
mm -geometry =+0+0 -vertical&

# start the window manager
# *WINDOW MANAGER SPECIFIC*
swm -xrm "swm*configuration: .OpenLookExtra .OpenLook-Color"&

# put up a nice background
# *WINDOW MANAGER SPECIFIC*
ssetroot -solid SkyBlue &

# start up a clock and be notified if mail is received
xclock -geometry =70x70-0+0 -fg red -bg white -bd blue&

# shelltools
xterm -name wilkins -geometry  80x24+516+214 -w 1-rv -bw 3 \#+912+75 &

# now start up the applications...
vns -geometry =-75+0 &
nbrowse -geometry =423x223+589+516 -iconic &

# redraw everything
xrefresh&

# wait for everything to die off and then kill off yourself
wait 
