# HG changeset patch # User Oleksandr Gavenko # Date 1271356446 -10800 # Node ID 47272014a49a1bd900c1e59a66c2a967e691e4a0 # Parent 8fd48debf4cc86d89f75b27ccdcec2a151cb8667 Don't use fvwm under Cygwin. diff -r 8fd48debf4cc -r 47272014a49a .xinitrc --- a/.xinitrc Sat Apr 03 11:09:46 2010 +0300 +++ b/.xinitrc Thu Apr 15 21:34:06 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