Set desktop background in FVWN. In case when I needn't setup background I also
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 19 Apr 2012 22:08:56 +0300
changeset 429 3581fc28f888
parent 428 69b25646bb6a
child 430 ceb11abf0b87
Set desktop background in FVWN. In case when I needn't setup background I also needn't run FVWM.
.fvwm/config
.xinitrc
--- 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
+