.xinitrc
changeset 442 a4d4a004bca7
parent 441 ee26e88369c2
child 449 63fe7a1ebae4
--- 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