]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad.hs: Move to new xmonad/ directory.
authorSimon Ruderich <simon@ruderich.org>
Sat, 14 Jan 2012 14:59:08 +0000 (15:59 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 14 Jan 2012 14:59:08 +0000 (15:59 +0100)
.gitignore
setup.sh
xmonad/xmonad.hs [moved from xmonad.hs with 100% similarity]

index a2c06f3d9b58f5489af9d3584078918145e0df72..e7794fe414038691fbec5d536b24367c9419a9a1 100644 (file)
@@ -1,7 +1,7 @@
 # Generated with m4 or awk.
 /Xdefaults
 # Generated by Xmonad.
-/xmonad.errors
-/xmonad.hi
-/xmonad.o
-/xmonad-*
+/xmonad/xmonad.errors
+/xmonad/xmonad.hi
+/xmonad/xmonad.o
+/xmonad/xmonad-*
index cce1d19a0d0dfd35b764db8bea97de421c899678..961e465cc35e95a9b8994b125ff5763e62489677 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -9,7 +9,7 @@ if installed stumpwm; then
     link stumpwmrc ~/.stumpwmrc
 fi
 if installed xmonad; then
-    link . ~/.xmonad
+    link xmonad ~/.xmonad
 fi
 
 if installed X; then
similarity index 100%
rename from xmonad.hs
rename to xmonad/xmonad.hs