.xinitrc
changeset 477 d0c29482707d
parent 476 12a22ad9bab2
child 480 4d0ff0dfdeb9
equal deleted inserted replaced
476:12a22ad9bab2 477:d0c29482707d
    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   setxkbmap us,ru,ua
       
    19   kbdd &
    18   if [[ -f ~/.xmodmaprc ]]; then
    20   if [[ -f ~/.xmodmaprc ]]; then
    19     xmodmap ~/.xmodmaprc
    21     xmodmap ~/.xmodmaprc
    20   fi
    22   fi
    21   xsetroot -gray
    23   xsetroot -gray
    22   fvwm &
    24   fvwm &