summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
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 71d7eb2..d571f96 100644
--- a/Main.hs
+++ b/Main.hs
@@ -50,8 +50,8 @@ main = do
, wmprotocols = wmprot
, dimensions = (displayWidth dpy dflt, displayHeight dpy dflt)
, workspace = W.empty workspaces
- , defaultLayoutDesc = startingLayoutDesc
, layoutDescs = M.empty
+ , dispositions = M.empty
}
xSetErrorHandler -- in C, I'm too lazy to write the binding