summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorhughes <hughes@rpi.edu>2007-04-01 03:47:06 +0200
committerhughes <hughes@rpi.edu>2007-04-01 03:47:06 +0200
commitf649b54049a3a184a89070772cd45d0c5c015b1c (patch)
treef4c38c17a83bf624c4cd1122e88d78f55951caeb /Main.hs
parentdd72a298b8f79546105ffbbd6005bbfa887e1e6a (diff)
downloadmetatile-f649b54049a3a184a89070772cd45d0c5c015b1c.tar
metatile-f649b54049a3a184a89070772cd45d0c5c015b1c.zip
Vertical/horizontal split, and resizability.
darcs-hash:20070401014706-3a569-26a764b57274f67057adf0b81eb71158b58f49de
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