Move xsetroot back to '.xinitrc'.
--- a/.fvwm/config Sat Apr 28 13:04:19 2012 +0300
+++ b/.fvwm/config Sat Apr 28 13:07:00 2012 +0300
@@ -411,7 +411,6 @@
# 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 Sat Apr 28 13:04:19 2012 +0300
+++ b/.xinitrc Sat Apr 28 13:07:00 2012 +0300
@@ -7,15 +7,10 @@
xrdb -merge ~/.Xdefaults
# xrdb -load ~/.Xdefaults
-# Root window parameter.
-# Color names check from /etc/X11/rgb.txt or enter in hex: #aabbcc.
-# xsetroot -gray -fg red -bg white
-# xsetroot -bitmap dir/file.bitmap -fg red -bg white
-# xsetroot -mod 3 3 -fg red -bg white
-
# Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
if [[ -z $COMSPEC ]]; then
xmodmap ~/.xmodmaprc
+ xsetroot -gray
fvwm &
fi