Jason Creighton 60a6b53e39 Tabbed.hs: Get correct color values instead of assuming a 24-bit display
Using, eg, 0xBBBBBB directly makes assumptions about the server's colormap and
only works on 24-bit displays.

This patch fetches the colors on every doLayout call, which is ugly, but works.
It would be nice if we could do all the required initColors only once.
2007-06-13 23:50:49 +00:00
2007-06-04 22:55:34 +00:00
2007-06-13 19:09:08 +00:00
2007-06-12 17:53:57 +00:00
2007-04-29 06:40:13 +00:00
2007-06-12 13:30:09 +00:00
2007-06-11 18:48:30 +00:00

3rd party xmonad extensions and contributions.

This repository can be overlayed on an xmonad repository.
Users may then import Haskell src from here, to extend their config
files.

examples/ contains further external programs useful with xmonad.

Haskell code contributed to this repo should live under the

    XMonadContrib.

name space. For example:

    XMonadContrib.Mosaic

------------------------------------------------------------------------

Code submitted to the contrib repo is licensed under the same license as
xmonad itself, with copyright held by the authors.
Description
Languages
Haskell 99.6%
C 0.2%
Shell 0.1%