aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-09-28 01:58:45 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-09-28 01:58:45 +0200
commit2864acc04b0cead7c1a23b6e716c9a12439de42c (patch)
tree8915d88d4cde6d2994cf7e0c6ac82ec033c6a393 /Config.hs
parent5f9c4b3bfc270545b9e1a694afe28ecc5561f230 (diff)
downloadxmonad-2864acc04b0cead7c1a23b6e716c9a12439de42c.tar.gz
xmonad-2864acc04b0cead7c1a23b6e716c9a12439de42c.tar.xz
xmonad-2864acc04b0cead7c1a23b6e716c9a12439de42c.zip
otherPossibleLayouts is empty by default
darcs-hash:20070927235845-a5988-3a96d12284b2ddc084e261aaa0c8cdd422ffb782.gz
Diffstat (limited to '')
-rw-r--r--Config.hs10
1 files 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: