aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-14 23:59:59 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-14 23:59:59 +0200
commit2bf1915b692ac6ba1078367e2f490ff44b37b791 (patch)
tree36a2db2018d52bf48ec4b3649f3bc1b5e15f772f /Main.hs
parentb3eeaf92837efb054cc9a4514044341c1918bcb6 (diff)
downloadxmonad-2bf1915b692ac6ba1078367e2f490ff44b37b791.tar.gz
xmonad-2bf1915b692ac6ba1078367e2f490ff44b37b791.tar.xz
xmonad-2bf1915b692ac6ba1078367e2f490ff44b37b791.zip
move Layout stuff into class (hokey first cut).
darcs-hash:20070914215959-72aca-3feae03a6560a70908ad37d28f47c8d47321008e.gz
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index ead2a96..8ed3555 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 [] -> (full, []); (x:xs) -> (x,xs)
+ safeLayouts = case defaultLayouts of [] -> (SomeLayout full, []); (x:xs) -> (x,xs)
cf = XConf
{ display = dpy
, theRoot = rootw