diff options
author | Alec Berryman <alec@thened.net> | 2007-04-01 16:45:39 +0200 |
---|---|---|
committer | Alec Berryman <alec@thened.net> | 2007-04-01 16:45:39 +0200 |
commit | 8a61f217d69bb13612c6dc6d0c6359dcad1e13e0 (patch) | |
tree | a77de4957c9a593ea6901fac3cc3ebb5025c952b /README | |
parent | 8a147c242d91248d6c7e9e8629021f9bffacb41e (diff) | |
download | metatile-8a61f217d69bb13612c6dc6d0c6359dcad1e13e0.tar metatile-8a61f217d69bb13612c6dc6d0c6359dcad1e13e0.zip |
Remove trailing spaces, no content changed
darcs-hash:20070401144539-39448-1903870c5ef75cc918a8ea3153c5b154feb4e644
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ Motivation: more correct window manager in fewer lines of code, using strong static typing. Enter Haskell. - If the aim of dwm is to fit in under 2000 lines of C, the aim of + If the aim of dwm is to fit in under 2000 lines of C, the aim of xmonad is to fit in under 400 lines of Haskell with similar functionality. Building: @@ -30,7 +30,7 @@ And then build with Cabal: runhaskell Setup.lhs build runhaskell Setup.lhs install -Then add: +Then add: exec /home/dons/bin/xmonad |