aboutsummaryrefslogtreecommitdiffstats
path: root/Square.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Square.hs')
-rw-r--r--Square.hs7
1 files changed, 3 insertions, 4 deletions
diff --git a/Square.hs b/Square.hs
index 389b2f2..f19e076 100644
--- a/Square.hs
+++ b/Square.hs
@@ -35,10 +35,9 @@ import XMonadContrib.LayoutHelpers ( l2lModDo )
-- An example layout using square together with "XMonadContrib.Combo"
-- to make the very last area square:
--
--- > , combo [(tabbed,3),(tabbed,30),(tabbed,1),(tabbed,1)]
--- > (combo [(twoPane 0.03 0.2,1)
--- > ,(combo [(twoPane 0.03 0.8,1),(square,1)]
--- > (mirror $ twoPane 0.03 0.85),1)] (twoPane 0.03 0.5) )
+-- > , combo (combo (mirror $ twoPane 0.03 0.85),1)] (twoPane 0.03 0.5) )
+-- > [(twoPane 0.03 0.2,1),(combo [(twoPane 0.03 0.8,1),(square,1)]
+-- > [(tabbed,3),(tabbed,30),(tabbed,1),(tabbed,1)]
import XMonad
import Graphics.X11.Xlib