#!/bin/sh -f # Start up the window manager /extra/bin/X11/fvwm & /usr/bin/X11/fvwm & # read .Xdefaults file xrdb .Xdefaults # Run an xterm so that we have a shell /usr/bin/X11/xterm -ls +ut -j -fn 9x15 -geometry +215+270 -T "`hostname`" & # Add custom applications here, such as: # /pkg/X11/bin/xclock -geometry -0-0 #/usr/bin/X11/xbiff -geometry 80x80-0+0& #/usr/bin/X11/xclock -geometry 80x80-0+88 -analog -fg lightBlue -bg grey20 & #/usr/bin/X11/xdaliclock -geometry 200x40-81+0& # Xlogout, run in the foreground, will run until clicked /usr/bin/X11/xlogout -geometry 120x50-1-174 \ -xrm "*fontList:-*-new century schoolbook-*-*-*-*-10-*-*-*-*-*-*-*" # After clicking on xlogout, the script continues by # making sure that you do not leave any processes running # on this computer. You may have processes running on other # computers; you should terminate them yourself before clicking # on the logout button. exec /usr/local/bin/log-me-out -f