--- 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