From ae3fa53317da8447dcc005ea57a48ca4be4d3c0a Mon Sep 17 00:00:00 2001 From: David Roundy Date: Thu, 21 Jun 2007 17:15:24 +0200 Subject: 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 --- Combo.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Combo.hs') 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. -- cgit v1.2.3