Files
xmonad-contrib/XMonad/Layout
Andrea Rossato 041eb5dc18 Don't export TConf anymore and export DeConfig instead
WARNING: this patch may be breaking your configuration. While it is
still possible to use:

tabbed shrinkText defaultTConf

updating the fields of the defaultTConf record is not possible
anymore, since the type TConf is now hidden.

WARNING: "tabSize" has been substituted by "decoHeight"

You can change your configuration this way:
myTConf :: TConf
myTConf = defaultTConf
       { tabSize = 15
       , etc....

becomes:
myTConf :: DeConfig TabbedDecoration Window
myTConf = defaultTabbedConfig
       { decoHeight = 15
       , etc....

and
tabbed shrinkText myTConf

becomes:
tabDeco shrinkText myTConf
2008-01-26 09:21:41 +00:00
..
2007-12-08 01:48:46 +00:00
2007-12-07 23:38:27 +00:00
2007-12-08 00:05:47 +00:00
2007-12-08 01:48:46 +00:00
2007-12-24 17:10:20 +00:00
2007-12-22 05:04:39 +00:00
2007-12-08 01:48:46 +00:00
2007-12-08 01:48:46 +00:00
2007-12-25 10:53:16 +00:00
2007-12-07 23:38:27 +00:00
2007-12-07 23:38:27 +00:00
2007-12-08 01:48:46 +00:00
2007-12-08 01:48:46 +00:00
2008-01-28 17:53:13 +00:00
2007-11-23 16:47:22 +00:00
2007-12-07 23:38:27 +00:00
2008-01-16 20:35:46 +00:00
2007-12-08 01:48:46 +00:00
2008-01-24 13:47:25 +00:00
2007-12-08 01:48:46 +00:00
2007-12-07 23:51:16 +00:00
2007-12-08 01:48:46 +00:00
2007-12-08 01:48:46 +00:00