aboutsummaryrefslogtreecommitdiffstats
path: root/Combo.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-06-21 17:15:24 +0200
committerDavid Roundy <droundy@darcs.net>2007-06-21 17:15:24 +0200
commitae3fa53317da8447dcc005ea57a48ca4be4d3c0a (patch)
treea4685e4cf141bca293bbc43510e8062c2a2cf819 /Combo.hs
parent5acd4ad8b1edd9cf0953d8347bb64bafd88f743c (diff)
downloadXMonadContrib-ae3fa53317da8447dcc005ea57a48ca4be4d3c0a.tar.gz
XMonadContrib-ae3fa53317da8447dcc005ea57a48ca4be4d3c0a.tar.xz
XMonadContrib-ae3fa53317da8447dcc005ea57a48ca4be4d3c0a.zip
add SimpleStacking module to make Combo and Tabbed work together.
WARNING! This change will break existing Tabbed configurations. The problem is that there is no way within a Layout's "doLayout" to safely modify the layout itself. This makes LayoutHooks fragile, and more to the point, makes SimpleStacking fragile, so we can't safely define a tabbed' darcs-hash:20070621151524-72aca-2466fff5a37ce1388879367c419cf52161f8f838.gz
Diffstat (limited to 'Combo.hs')
-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.