mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
add more readme details for finding dependencies
This commit is contained in:
parent
d3eb6a4971
commit
c9afd30a23
35
README
35
README
@ -1,2 +1,33 @@
|
|||||||
Motivation
|
thunk : a lightweight X11 window manager.
|
||||||
----------
|
|
||||||
|
Motivation:
|
||||||
|
|
||||||
|
dwm is great, but we can do better, building a more robust,
|
||||||
|
more correct window manager in less 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 dwm
|
||||||
|
is to fit in under 500 lines of Haskell with similar functionality.
|
||||||
|
|
||||||
|
Building:
|
||||||
|
|
||||||
|
Get the dependencies
|
||||||
|
|
||||||
|
X11 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.2
|
||||||
|
unix http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix-2.0
|
||||||
|
mtl http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl-1.0
|
||||||
|
|
||||||
|
X11-extras: darcs get http://www.cse.unsw.edu.au/~dons/code/X11-extras
|
||||||
|
|
||||||
|
Use:
|
||||||
|
|
||||||
|
add:
|
||||||
|
|
||||||
|
exec /home/dons/bin/thunk
|
||||||
|
|
||||||
|
as the last line of your .xsession file
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
|
||||||
|
Spencer Janssen
|
||||||
|
Don Stewart
|
||||||
|
Loading…
x
Reference in New Issue
Block a user