aboutsummaryrefslogtreecommitdiffstats
path: root/Tabbed.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Tabbed.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tabbed.hs b/Tabbed.hs
index 378f20a..c5c1071 100644
--- a/Tabbed.hs
+++ b/Tabbed.hs
@@ -44,11 +44,11 @@ import XMonadContrib.XUtils
--
-- > import XMonadContrib.Tabbed
--
--- > defaultLayouts :: [(String, SomeLayout Window)]
--- > defaultLayouts = [SomeLayout tiled
--- > ,SomeLayout $ Mirror tiled
+-- > defaultLayouts :: [(String, Layout Window)]
+-- > defaultLayouts = [Layout tiled
+-- > ,Layout $ Mirror tiled
-- > -- Extension-provided layouts
--- > ,SomeLayout $ tabbed shrinkText defaultTConf)
+-- > ,Layout $ tabbed shrinkText defaultTConf)
-- > , ... ]
--
-- You can also edit the default configuration options.