]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
xmonad.hs: Fix endless loop in nextLayoutIncluding.
[config/dotfiles.git] / setup.sh
index da09a70eb5bfd7c8b7b433b9aab30ec317b75439..cce1d19a0d0dfd35b764db8bea97de421c899678 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -34,11 +34,12 @@ if installed X; then
     sed 's/^#/!/' Xdefaults > Xdefaults.tmp
     mv Xdefaults.tmp Xdefaults
 
-    if [ `os` != darwin ]; then
+    if [ x`os` != xdarwin ]; then
         link xinitrc ~/.xinitrc
     fi
     link xmodmaprc ~/.xmodmaprc
     link Xdefaults ~/.Xdefaults
+    link XCompose ~/.XCompose
 fi
 
 if installed xpdf; then