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 if [[ ~/.xmodmaprc ]]; then |
18 if [[ -f ~/.xmodmaprc ]]; then |
19 xmodmap ~/.xmodmaprc |
19 xmodmap ~/.xmodmaprc |
20 fi |
20 fi |
21 xsetroot -gray |
21 xsetroot -gray |
22 fvwm & |
22 fvwm & |
23 fi |
23 fi |