From 6bdf7a9b136477cadaef81c7cbb725fbec705df3 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 28 Mar 2007 12:15:40 +0200 Subject: first shot at allowing click to focus windows darcs-hash:20070328101540-c98ca-92140a718ff7491aa88895c0592cd9a964e671b0.gz --- XMonad.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'XMonad.hs') diff --git a/XMonad.hs b/XMonad.hs index 32c0c23..28c9c6a 100644 --- a/XMonad.hs +++ b/XMonad.hs @@ -46,10 +46,6 @@ data XState = XState , defaultLayoutDesc :: {-# UNPACK #-} !LayoutDesc , layoutDescs :: {-# UNPACK #-} !(M.Map Int LayoutDesc) -- ^ mapping of workspaces to descriptions of their layouts - - -- , layout :: {-# UNPACK #-} !Layout - -- how much of the screen the main window should take - -- , leftWidth :: {-# UNPACK #-} !Rational } type WorkSpace = StackSet Window -- cgit v1.2.3