aboutsummaryrefslogtreecommitdiffstats
path: root/Combo.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Combo.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Combo.hs b/Combo.hs
index cdf4092..1b0d04a 100644
--- a/Combo.hs
+++ b/Combo.hs
@@ -27,10 +27,11 @@ import Operations ( UnDoLayout(UnDoLayout) )
-- To use this layout write, in your Config.hs:
--
-- > import XMonadContrib.Combo
+-- > import XMonadContrib.SimpleStacking
--
-- and add something like
--
--- > combo [(full,1),(tabbed shrinkText,1)] (twoPane 0.03 0.5)
+-- > simpleStacking $ combo [(full,1),(tabbed shrinkText,1)] (twoPane 0.03 0.5)
--
-- to your defaultLayouts.