diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-26 09:58:12 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-26 09:58:12 +0200 |
commit | 2cd8046e9caa16726f721be772520f3095ee0613 (patch) | |
tree | 3fd13ddb384cb03ec3a2846cfe61ffc096b31871 | |
parent | 3de5d5eaf59f39d5cab8457937e240427c65bcbe (diff) | |
download | xmonad-2cd8046e9caa16726f721be772520f3095ee0613.tar.gz xmonad-2cd8046e9caa16726f721be772520f3095ee0613.tar.xz xmonad-2cd8046e9caa16726f721be772520f3095ee0613.zip |
fix
darcs-hash:20070326075812-9c5c1-98b5c177745a7576c9778b9dcb9c98e155382d16.gz
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | TODO | 3 |
2 files changed, 10 insertions, 3 deletions
@@ -21,13 +21,17 @@ Building: dmenu 2.{5,6,7} http://www.suckless.org/download/dmenu-2.7.tar.gz -Use: +And then build with Cabal: - add: + runhaskell Setup.lhs configure --prefix=/home/dons + runhaskell Setup.lhs build + runhaskell Setup.lhs install + +Then add: exec /home/dons/bin/xmonad - as the last line of your .xsession file + to the last line of your .xsession file Authors: @@ -29,3 +29,6 @@ - operations to change window order (like dwm's mod+enter) - add 'ratio' to XState, add bindings to change it on the fly - borders (low priority, maybe wait until 0.2) + +* Don't resize past end of screen +* Tile vertically/ resize height. |