aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-04-02 06:51:14 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-04-02 06:51:14 +0200
commit70452ed192481f965836058bdc8697b5e49ce99f (patch)
tree0f3504644bc62692564277973cd161321fd24a54 /Main.hs
parente5310140d3b97f7fd98a7e3e751ae2653c713702 (diff)
downloadxmonad-70452ed192481f965836058bdc8697b5e49ce99f.tar.gz
xmonad-70452ed192481f965836058bdc8697b5e49ce99f.tar.xz
xmonad-70452ed192481f965836058bdc8697b5e49ce99f.zip
Revert to the old layout code.
darcs-hash:20070402045114-a5988-3fa15b1c4d8d79494bf430dcad921d22cdfa8d16.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 01eca12..1e2cd70 100644
--- a/Main.hs
+++ b/Main.hs
@@ -52,8 +52,8 @@ main = do
, dimensions = (fromIntegral (displayWidth dpy dflt),
fromIntegral (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