# HG changeset patch # User Oleksandr Gavenko # Date 1335607620 -10800 # Node ID a4d4a004bca70e2fd485d435ff1ab830c14a5900 # Parent ee26e88369c21d560f528802f1a54b2b0f3e1b48 Move xsetroot back to '.xinitrc'. diff -r ee26e88369c2 -r a4d4a004bca7 .fvwm/config --- 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" \ diff -r ee26e88369c2 -r a4d4a004bca7 .xinitrc --- 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