.xinitrc
changeset 476 12a22ad9bab2
parent 471 8b397639ecc3
child 477 d0c29482707d
equal deleted inserted replaced
475:d94946441677 476:12a22ad9bab2
    13   # xrdb -load ~/.Xdefaults
    13   # xrdb -load ~/.Xdefaults
    14 fi
    14 fi
    15 
    15 
    16 # Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
    16 # Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
    17 if [[ -z $COMSPEC ]]; then
    17 if [[ -z $COMSPEC ]]; then
    18   if [[ ~/.xmodmaprc ]]; then
    18   if [[ -f ~/.xmodmaprc ]]; then
    19     xmodmap ~/.xmodmaprc
    19     xmodmap ~/.xmodmaprc
    20   fi
    20   fi
    21   xsetroot -gray
    21   xsetroot -gray
    22   fvwm &
    22   fvwm &
    23 fi
    23 fi