mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-05 06:31:54 -07:00
fix
This commit is contained in:
10
README
10
README
@@ -21,13 +21,17 @@ Building:
|
|||||||
|
|
||||||
dmenu 2.{5,6,7} http://www.suckless.org/download/dmenu-2.7.tar.gz
|
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
|
exec /home/dons/bin/xmonad
|
||||||
|
|
||||||
as the last line of your .xsession file
|
to the last line of your .xsession file
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
|
|
||||||
|
3
TODO
3
TODO
@@ -29,3 +29,6 @@
|
|||||||
- operations to change window order (like dwm's mod+enter)
|
- operations to change window order (like dwm's mod+enter)
|
||||||
- add 'ratio' to XState, add bindings to change it on the fly
|
- add 'ratio' to XState, add bindings to change it on the fly
|
||||||
- borders (low priority, maybe wait until 0.2)
|
- borders (low priority, maybe wait until 0.2)
|
||||||
|
|
||||||
|
* Don't resize past end of screen
|
||||||
|
* Tile vertically/ resize height.
|
||||||
|
Reference in New Issue
Block a user