aboutsummaryrefslogtreecommitdiffstats
path: root/Main.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
commit5cf01dc654d11489b04ac6a37f6dc86fb6f376c3 (patch)
treeb72dfa8760e5cec9ff86d96f5e15afdb2ad547fe /Main.hs
parent2bf1915b692ac6ba1078367e2f490ff44b37b791 (diff)
downloadxmonad-5cf01dc654d11489b04ac6a37f6dc86fb6f376c3.tar.gz
xmonad-5cf01dc654d11489b04ac6a37f6dc86fb6f376c3.tar.xz
xmonad-5cf01dc654d11489b04ac6a37f6dc86fb6f376c3.zip
eliminate ugly OldLayout.
darcs-hash:20070920155237-72aca-af9e13a03fd7fb1e4c5b452c5d42817bd5060b0f.gz
Diffstat (limited to '')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 8ed3555..0435675 100644
--- a/Main.hs
+++ b/Main.hs
@@ -55,7 +55,7 @@ main = do
| otherwise = new workspaces $ zipWith SD xinesc gaps
gaps = take (length xinesc) $ defaultGaps ++ repeat (0,0,0,0)
- safeLayouts = case defaultLayouts of [] -> (SomeLayout full, []); (x:xs) -> (x,xs)
+ safeLayouts = case defaultLayouts of [] -> (SomeLayout Full, []); (x:xs) -> (x,xs)
cf = XConf
{ display = dpy
, theRoot = rootw