From 5f9222efb48e7d497d949a3be37b9444563421c0 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Thu, 27 Sep 2007 23:58:45 +0000 Subject: [PATCH] otherPossibleLayouts is empty by default --- Config.hs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Config.hs b/Config.hs index 5c33072..f82e8da 100644 --- a/Config.hs +++ b/Config.hs @@ -92,13 +92,6 @@ borderWidth = 1 -- | -- The default set of tiling algorithms -- -otherPossibleLayouts :: [SomeLayout Window] -otherPossibleLayouts = [SomeLayout $ Tall 1 1 1 - ,SomeLayout $ Mirror $ Tall 1 1 1 - ,SomeLayout Full - -- Extension-provided layouts - ] - defaultLayouts :: [SomeLayout Window] defaultLayouts = [SomeLayout tiled ,SomeLayout $ Mirror tiled @@ -119,6 +112,9 @@ defaultLayouts = [SomeLayout tiled -- Percent of screen to increment by when resizing panes delta = 3%100 +otherPossibleLayouts :: [SomeLayout Window] +otherPossibleLayouts = [] + -- | -- Perform an arbitrary action on each state change. -- Examples include: