#!/bin/ksh #**************************************************************** # * # Start the X clients. * # * #**************************************************************** # Save this file as .xsession # Set permissions to user read/write/excecute group/other 0: # At prompt: chmod 700 .xsession TZ=CST6CDT export TZ # Path stuff: PATH=/usr/local/bin:/usr/bin/X11:/usr/bin:/usr/sbin:/usr/openwin/bin:/usr/local/ews:~fvwm/rlogins export PATH # Sets your mailbox MAIL = $HOME/.INBOX export MAIL # The next 3 lines pop up the default windows at startup. # Feel free to delete any of the next 3 lines if you wish: xterm -geometry 80x25+200+100 -fg white -bg black -cr red -title `hostname` -fn 8x16 -ls -sb & xterm -geometry 80x25+350+250 -fg white -bg black -cr red -title `hostname` -fn 8x16 -ls -sb & xterm -ls -n Console -title "Console" -C -geometry 50x5+0-0 & # Add your own settings here: # Do not delete this line, and do not add anything after it. To change window # managers replace fvwm2 in the line below with the name of the window # manager of your choice, and make sure to download the proper rc file... # Post to uiuc.org.ews for help. exec /usr/local/bin/fvwm2