blob: d379f0b7cc979c7a075158bc274f67a84ae58238 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
thunk : a lightweight X11 window manager.
Motivation:
dwm is great, but we can do better, building a more robust,
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
thunk is to fit in under 400 lines of Haskell with similar functionality.
Building:
Get the dependencies
X11 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.2
mtl http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl-1.0
X11-extras: darcs get http://darcs.haskell.org/~sjanssen/X11-extras
dmenu 2.{5,6,7} http://www.suckless.org/download/dmenu-2.7.tar.gz
Use:
add:
exec /home/dons/bin/thunk
as the last line of your .xsession file
Authors:
Spencer Janssen
Don Stewart
|