Don Stewart
34ff4ff6f2
Port overview from contrib.html to Documentation.hs
2007-11-19 18:31:27 +00:00
David Roundy
2d55592f21
remove Mosaic and Anneal.
2007-11-19 15:30:05 +00:00
Devin Mullins
334ab53672
remove MessageHooks
...
Duplicating xmonad-core and working around static-linking issues was getting
old quick. MessageHooks is now a branch of core, located at:
http://code.haskell.org/~twifkak/xmonad-MessageHooks
2007-11-19 07:04:17 +00:00
Spencer Janssen
ce47c37dcd
Anneal is only used by Mosaic which is disabled
2007-11-19 06:14:40 +00:00
Devin Mullins
0cb0d3eef4
experimental MessageHooks "branch" of main
...
Doesn't do much now, but is enough to allow me to define noFollow again. :)
I believe the need to change XConfig may force this to be an *actual* branch of
xmonad core, but I'm not sure yet.
2007-11-18 01:08:36 +00:00
Devin Mullins
0ed0324496
cpp-options requires Cabal 1.2.1
2007-11-17 01:26:59 +00:00
Spencer Janssen
20da7a48d3
Use cpp-options
2007-11-16 23:23:01 +00:00
Andrea Rossato
06783babd9
cabal: I don't know how Hackage handles that so adopt a more general approach
2007-11-16 20:16:44 +00:00
Spencer Janssen
1c665bc2ac
utf8-string isn't needed
2007-11-16 13:37:38 +00:00
Spencer Janssen
0d73e44ea8
Depend on X11-xft >= 0.2
2007-11-16 13:09:26 +00:00
Spencer Janssen
0494d0d5e5
Use Xft automatically if available
2007-11-16 12:42:11 +00:00
Clemens Fruhwirth
ce5928edd3
Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.
2007-11-16 12:06:53 +00:00
Andrea Rossato
8a827d3471
Add Documentation.hs for documentation purposes
...
An empty module for documentation purpose with configuration
instructions.
2007-11-16 10:48:27 +00:00
"Valery V. Vorotyntsev"
20e92a5d40
CustomKeys.hs: moved into `Util' directory
...
I still wonder why do we need all those configuration examples. :)
2007-11-14 15:34:18 +00:00
Don Stewart
ff56ab01cf
HEADS UP: Rename XMonadContrib library as xmonad-contrib.
...
After building and install as normal, be sure to unregister your
old XMonadContrib library:
$ ghc-pkg unregister --user XMonadContrib-0.4
$ ghc-pkg unregister XMonadContrib-0.4
And then your ~/.xmonad/* stuff should link as normal.
2007-11-12 18:09:19 +00:00