.xinitrc
changeset 289 914736b32f8a
parent 288 a489262dc345
child 310 3f53690ce833
equal deleted inserted replaced
288:a489262dc345 289:914736b32f8a
    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 xsetroot -gray
    19 xsetroot -gray
    20 
    20 
    21 # Don't use fvwm under Cygwin.
    21 # Don't use fvwm under Cygwin.
    22 if [ -z "$COMSPEC" ]; then
    22 if [[ -z $COMSPEC ]]; then
    23   fvwm &
    23   fvwm &
    24 fi
    24 fi
    25 
    25 
    26 # Last command.
    26 # Last command.
    27 exec xterm -e bash -i
    27 exec xterm -e bash -i