Fix condition to opposite.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 18 Sep 2010 06:30:02 +0300
changeset 103 115af53281bb
parent 102 f4b817fa0204
child 104 653e4ea98ff9
Fix condition to opposite.
.xserverrc
--- a/.xserverrc	Mon Aug 16 12:21:34 2010 +0300
+++ b/.xserverrc	Sat Sep 18 06:30:02 2010 +0300
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [ -z "$COMPSPEC" ]; then
+if [ -n "$COMPSPEC" ]; then
   XWin -multiwindow -clipboard -silent-dup-error -xkblayout "us,ru" -xkboptions "grp:caps_toggle"
 else
   X