merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 20 Apr 2010 12:10:22 +0300
changeset 58 78d46cc0da41
parent 56 47272014a49a (diff)
parent 57 99d0eb7974d6 (current diff)
child 61 505fcddef5c3
merged
--- a/.xinitrc	Fri Apr 16 10:48:26 2010 +0300
+++ b/.xinitrc	Tue Apr 20 12:10:22 2010 +0300
@@ -7,7 +7,10 @@
 # Because of bug in xorg invoking setxkbmap cause disable repeat char when key pressed.
 # setxkbmap -rules xorg -model pc104 -layout "us,ru" -option "grp:rwin_toggle,grp_led:scroll" &
 
-fvwm &
+# Don't use fvwm under Cygwin.
+if [ -z "$COMSPEC" ]; then
+  fvwm &
+fi
 
 # Last command.
 exec xterm -e bash -i