Move xsetroot back to '.xinitrc'.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 28 Apr 2012 13:07:00 +0300
changeset 442 a4d4a004bca7
parent 441 ee26e88369c2
child 443 fa394c932c09
Move xsetroot back to '.xinitrc'.
.fvwm/config
.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