# HG changeset patch # User Oleksandr Gavenko # Date 1271754622 -10800 # Node ID 78d46cc0da4112d23bf1212ca3bb5c4b2a5a55cd # Parent 47272014a49a1bd900c1e59a66c2a967e691e4a0# Parent 99d0eb7974d6dde6c6f3c6e2f2675b2298cd4cbd merged diff -r 99d0eb7974d6 -r 78d46cc0da41 .xinitrc --- 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