diff options
Diffstat (limited to 'XMonad.hs')
-rw-r--r-- | XMonad.hs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |