diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-06-25 16:07:35 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-06-25 16:07:35 +0200 |
commit | 8ced345ea71e40da724ff942771435457eb91b53 (patch) | |
tree | 1cea3d1e01029ab5e3c157221c0795133c518e8e | |
parent | 380cde7b2979a39ae2712a0efc7d55b20c458d8f (diff) | |
download | XMonadContrib-8ced345ea71e40da724ff942771435457eb91b53.tar.gz XMonadContrib-8ced345ea71e40da724ff942771435457eb91b53.tar.xz XMonadContrib-8ced345ea71e40da724ff942771435457eb91b53.zip |
Tabbed.hs: updated usage information
darcs-hash:20070625140735-32816-0bb95586b8579186cdde4d444f2344223182aded.gz
-rw-r--r-- | Tabbed.hs | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |