# HG changeset patch # User Oleksandr Gavenko # Date 1334862536 -10800 # Node ID 3581fc28f88866ac382040b5b07086f5e5ceb50c # Parent 69b25646bb6a7f338550da2868614b1fce6d576a Set desktop background in FVWN. In case when I needn't setup background I also needn't run FVWM. diff -r 69b25646bb6a -r 3581fc28f888 .fvwm/config --- a/.fvwm/config Thu Apr 19 14:06:51 2012 +0300 +++ b/.fvwm/config Thu Apr 19 22:08:56 2012 +0300 @@ -400,6 +400,7 @@ # 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 69b25646bb6a -r 3581fc28f888 .xinitrc --- a/.xinitrc Thu Apr 19 14:06:51 2012 +0300 +++ b/.xinitrc Thu Apr 19 22:08:56 2012 +0300 @@ -19,9 +19,9 @@ # Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM. if [[ -z $COMSPEC ]]; then - xsetroot -gray & fvwm & fi # Last command. exec xterm -geometry 80x42 -e bash -i +