.xinitrc
changeset 433 93d05f55825a
parent 429 3581fc28f888
equal deleted inserted replaced
432:dc9bb516bde7 433:93d05f55825a
    17 # xsetroot -bitmap dir/file.bitmap -fg red -bg white
    17 # xsetroot -bitmap dir/file.bitmap -fg red -bg white
    18 # xsetroot -mod 3 3 -fg red -bg white
    18 # xsetroot -mod 3 3 -fg red -bg white
    19 
    19 
    20 # Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
    20 # Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
    21 if [[ -z $COMSPEC ]]; then
    21 if [[ -z $COMSPEC ]]; then
       
    22   xmodmap ~/.xmodmaprc
    22   fvwm &
    23   fvwm &
    23 fi
    24 fi
    24 
    25 
    25 # Last command.
    26 # Last command.
    26 exec xterm -geometry 80x42 -e bash -i
    27 exec xterm -geometry 80x42 -e bash -i