Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 19 Apr 2012 14:06:51 +0300
changeset 428 69b25646bb6a
parent 427 59627b533219
child 429 3581fc28f888
Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
.xinitrc
--- a/.xinitrc	Thu Apr 19 14:00:34 2012 +0300
+++ b/.xinitrc	Thu Apr 19 14:06:51 2012 +0300
@@ -16,10 +16,10 @@
 # xsetroot -gray -fg red -bg white
 # xsetroot -bitmap dir/file.bitmap -fg red -bg white
 # xsetroot -mod 3 3 -fg red -bg white
-xsetroot -gray
 
-# Don't use fvwm under Cygwin.
+# Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
 if [[ -z $COMSPEC ]]; then
+  xsetroot -gray &
   fvwm &
 fi