.xinitrc
changeset 428 69b25646bb6a
parent 310 3f53690ce833
child 429 3581fc28f888
equal deleted inserted replaced
427:59627b533219 428:69b25646bb6a
    14 # Root window parameter.
    14 # Root window parameter.
    15 # Color names check from /etc/X11/rgb.txt or enter in hex: #aabbcc.
    15 # Color names check from /etc/X11/rgb.txt or enter in hex: #aabbcc.
    16 # xsetroot -gray -fg red -bg white
    16 # xsetroot -gray -fg red -bg white
    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
       
    20 
    19 
    21 # Don't use fvwm under Cygwin.
    20 # Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
    22 if [[ -z $COMSPEC ]]; then
    21 if [[ -z $COMSPEC ]]; then
       
    22   xsetroot -gray &
    23   fvwm &
    23   fvwm &
    24 fi
    24 fi
    25 
    25 
    26 # Last command.
    26 # Last command.
    27 exec xterm -geometry 80x42 -e bash -i
    27 exec xterm -geometry 80x42 -e bash -i