summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-20 17:52:37 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-20 17:52:37 +0200
commit7fb3159ce65a49b2ec7666e663a90d1a5fc475e1 (patch)
treeb72dfa8760e5cec9ff86d96f5e15afdb2ad547fe /Config.hs
parent6ba134c9e54d42c189d60a924c27921739b7c197 (diff)
downloadmetatile-7fb3159ce65a49b2ec7666e663a90d1a5fc475e1.tar
metatile-7fb3159ce65a49b2ec7666e663a90d1a5fc475e1.zip
eliminate ugly OldLayout.
darcs-hash:20070920155237-72aca-af9e13a03fd7fb1e4c5b452c5d42817bd5060b0f
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.hs b/Config.hs
index 8c55961..d603889 100644
--- a/Config.hs
+++ b/Config.hs
@@ -94,14 +94,14 @@ borderWidth = 1
--
defaultLayouts :: [SomeLayout Window]
defaultLayouts = [ SomeLayout tiled
- , SomeLayout $ mirror tiled
- , SomeLayout full
+ , SomeLayout $ Mirror tiled
+ , SomeLayout Full
-- Extension-provided layouts
]
where
-- default tiling algorithm partitions the screen into two panes
- tiled = tall nmaster delta ratio
+ tiled = Tall nmaster delta ratio
-- The default number of windows in the master pane
nmaster = 1