.xinitrc
changeset 748 ae1a14ee2b1f
parent 747 8acd115359ee
child 756 6bf12d0f0be9
equal deleted inserted replaced
747:8acd115359ee 748:ae1a14ee2b1f
    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   {
    19   if [[ -f ~/.xmodmaprc ]]; then
    19     setxkbmap us,ru,ua
    20     xmodmap ~/.xmodmaprc &
    20     kbdd
    21   fi
    21     if [[ -f ~/.xmodmaprc ]]; then
       
    22         xmodmap ~/.xmodmaprc &
       
    23     fi
       
    24   } &
    22   xsetroot -mod 2 2 -fg gray70 -bg gray60 &
    25   xsetroot -mod 2 2 -fg gray70 -bg gray60 &
    23   # To debug FvwmM4 add "-debug" after "FvwmM4".
    26   # To debug FvwmM4 add "-debug" after "FvwmM4".
    24   fvwm -cmd "Module FvwmM4 -m4-prefix -m4-prefix-defines $HOME/.fvwm/config" &
    27   fvwm -cmd "Module FvwmM4 -m4-prefix -m4-prefix-defines $HOME/.fvwm/config" &
    25   emacs --name emacs-main &
    28   emacs --name emacs-main &
    26   goldendict &
    29   goldendict &