.xinitrc
changeset 747 8acd115359ee
parent 746 5dfc65f89cf0
child 748 ae1a14ee2b1f
equal deleted inserted replaced
746:5dfc65f89cf0 747:8acd115359ee
    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 && kbdd } &
    18   { setxkbmap us,ru,ua && kbdd; } &
    19   if [[ -f ~/.xmodmaprc ]]; then
    19   if [[ -f ~/.xmodmaprc ]]; then
    20     xmodmap ~/.xmodmaprc &
    20     xmodmap ~/.xmodmaprc &
    21   fi
    21   fi
    22   xsetroot -mod 2 2 -fg gray70 -bg gray60 &
    22   xsetroot -mod 2 2 -fg gray70 -bg gray60 &
    23   # To debug FvwmM4 add "-debug" after "FvwmM4".
    23   # To debug FvwmM4 add "-debug" after "FvwmM4".