home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / etc / X11 / xinit / xinitrc next >
Text File  |  1999-09-23  |  187b  |  10 lines

  1. #!/bin/sh
  2. fvwm95 &
  3. xmodmap -e "keycode 22 = BackSpace" &
  4. #cat /instmnt/live/usr/X11R6/bin/setup > /dev/null
  5. if [ x$SPECIAL_MODE = x ];then 
  6. setup $*  -geometry -40-50
  7. else
  8. test-rescue
  9. fi
  10.