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