aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-25 19:41:34 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-25 19:41:34 +0200
commit4b81ef7381385f6fe7fafffe2723c0d59a549fe0 (patch)
tree0ce95c468fb0d50a46cb5bc6f596a8eaa0f43ecc /Config.hs
parent40efafacdeb832ded8142d501df1fc2503ea4264 (diff)
downloadxmonad-4b81ef7381385f6fe7fafffe2723c0d59a549fe0.tar.gz
xmonad-4b81ef7381385f6fe7fafffe2723c0d59a549fe0.tar.xz
xmonad-4b81ef7381385f6fe7fafffe2723c0d59a549fe0.zip
add support for parseable layouts not in the default.
darcs-hash:20070925174134-72aca-3c3520c200c097938c56f7dd7fd5c86948d52c15.gz
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.hs b/Config.hs
index 66f4fec..5c33072 100644
--- a/Config.hs
+++ b/Config.hs
@@ -92,6 +92,13 @@ 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