From a2ceae3cf6f302de2420f072238a29c9fbe8d974 Mon Sep 17 00:00:00 2001 From: Alex Tarkovsky Date: Wed, 5 Sep 2007 22:01:28 +0200 Subject: Docstring parser for generating xmonad build configs with default settings for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz --- Square.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Square.hs') diff --git a/Square.hs b/Square.hs index 4ccb50e..02a5adb 100644 --- a/Square.hs +++ b/Square.hs @@ -38,6 +38,8 @@ import XMonadContrib.LayoutHelpers ( l2lModDo, idModify ) -- > [(twoPane 0.03 0.2,1),(combo [(twoPane 0.03 0.8,1),(square,1)] -- > [(tabbed,3),(tabbed,30),(tabbed,1),(tabbed,1)] +-- %import XMonadContrib.Square + square :: Layout a square = Layout { doLayout = l2lModDo arrange, modifyLayout = idModify } where arrange :: Rectangle -> [a] -> [(a, Rectangle)] -- cgit v1.2.3