From 8ced345ea71e40da724ff942771435457eb91b53 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Mon, 25 Jun 2007 16:07:35 +0200 Subject: Tabbed.hs: updated usage information darcs-hash:20070625140735-32816-0bb95586b8579186cdde4d444f2344223182aded.gz --- Tabbed.hs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Tabbed.hs') diff --git a/Tabbed.hs b/Tabbed.hs index 357f01d..efb91d8 100644 --- a/Tabbed.hs +++ b/Tabbed.hs @@ -40,6 +40,16 @@ import XMonadContrib.NamedWindows -- > defaultLayouts :: [Layout] -- > 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 = TConf { activeColor :: String -- cgit v1.2.3