This commit is contained in:
Don Stewart
2007-03-26 07:58:12 +00:00
parent a50a6bbd29
commit 876417cfe8
2 changed files with 10 additions and 3 deletions

10
README
View File

@@ -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:

3
TODO
View File

@@ -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.