equal
deleted
inserted
replaced
17 # xsetroot -bitmap dir/file.bitmap -fg red -bg white |
17 # xsetroot -bitmap dir/file.bitmap -fg red -bg white |
18 # xsetroot -mod 3 3 -fg red -bg white |
18 # xsetroot -mod 3 3 -fg red -bg white |
19 |
19 |
20 # Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM. |
20 # Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM. |
21 if [[ -z $COMSPEC ]]; then |
21 if [[ -z $COMSPEC ]]; then |
22 xsetroot -gray & |
|
23 fvwm & |
22 fvwm & |
24 fi |
23 fi |
25 |
24 |
26 # Last command. |
25 # Last command. |
27 exec xterm -geometry 80x42 -e bash -i |
26 exec xterm -geometry 80x42 -e bash -i |
|
27 |