Set desktop background in FVWN. In case when I needn't setup background I also
needn't run FVWM.
--- a/.fvwm/config Thu Apr 19 14:06:51 2012 +0300
+++ b/.fvwm/config Thu Apr 19 22:08:56 2012 +0300
@@ -400,6 +400,7 @@
# Only once.
AddToFunc InitFunction
++ I Exec exec xsetroot -gray
+ I Exec exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \
-name mc-main1 -geometry 136x42 -e bash -i -c "mc -x"
+ I Exec exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \
--- a/.xinitrc Thu Apr 19 14:06:51 2012 +0300
+++ b/.xinitrc Thu Apr 19 22:08:56 2012 +0300
@@ -19,9 +19,9 @@
# Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
if [[ -z $COMSPEC ]]; then
- xsetroot -gray &
fvwm &
fi
# Last command.
exec xterm -geometry 80x42 -e bash -i
+