From 5cf01dc654d11489b04ac6a37f6dc86fb6f376c3 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Thu, 20 Sep 2007 17:52:37 +0200 Subject: eliminate ugly OldLayout. darcs-hash:20070920155237-72aca-af9e13a03fd7fb1e4c5b452c5d42817bd5060b0f.gz --- Config.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Config.hs') 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 -- cgit v1.2.3