Tabbed.hs: updated usage information

This commit is contained in:
Andrea Rossato 2007-06-25 14:07:35 +00:00
parent fa57ef76df
commit bd050c396c

View File

@ -40,6 +40,16 @@ import XMonadContrib.NamedWindows
-- > defaultLayouts :: [Layout] -- > defaultLayouts :: [Layout]
-- > defaultLayouts = [ simpleStacking $ tabbed shrinkText defaultTConf -- > defaultLayouts = [ simpleStacking $ tabbed shrinkText defaultTConf
-- > , ... ] -- > , ... ]
--
-- You can also edit the default configuration options.
--
-- > myconfig = defaultTConf { bgColor = "#FF0000"
-- > , textColor = "#00FF00"}
--
-- and
--
-- > defaultLayouts = [ simpleStacking $ tabbed shrinkText myconfig
-- > , ... ]
data TConf = data TConf =
TConf { activeColor :: String TConf { activeColor :: String