equal
deleted
inserted
replaced
23 xsetroot -gray |
23 xsetroot -gray |
24 # To debug FvwmM4 add "-debug" after "FvwmM4". |
24 # To debug FvwmM4 add "-debug" after "FvwmM4". |
25 fvwm -cmd "Module FvwmM4 -m4-prefix -m4-prefix-defines $HOME/.fvwm/config" & |
25 fvwm -cmd "Module FvwmM4 -m4-prefix -m4-prefix-defines $HOME/.fvwm/config" & |
26 fi |
26 fi |
27 |
27 |
|
28 if command -v xscreensaver; then |
|
29 xscreensaver -nosplash & |
|
30 fi |
|
31 |
28 # Last command. |
32 # Last command. |
29 exec xterm -geometry 80x42 -name "xinitrc" -e bash -i |
33 exec xterm -geometry 80x42 -name "xinitrc" -e bash -i |
30 |
34 |