otherPossibleLayouts is empty by default

This commit is contained in:
Spencer Janssen
2007-09-27 23:58:45 +00:00
parent d1fdd4a020
commit 5f9222efb4

View File

@@ -92,13 +92,6 @@ borderWidth = 1
-- | -- |
-- The default set of tiling algorithms -- 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 Window]
defaultLayouts = [SomeLayout tiled defaultLayouts = [SomeLayout tiled
,SomeLayout $ Mirror tiled ,SomeLayout $ Mirror tiled
@@ -119,6 +112,9 @@ defaultLayouts = [SomeLayout tiled
-- Percent of screen to increment by when resizing panes -- Percent of screen to increment by when resizing panes
delta = 3%100 delta = 3%100
otherPossibleLayouts :: [SomeLayout Window]
otherPossibleLayouts = []
-- | -- |
-- Perform an arbitrary action on each state change. -- Perform an arbitrary action on each state change.
-- Examples include: -- Examples include: