From 88bb6f2a3fcab181d1b912b3b7bbf77074f051be Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 30 Apr 2007 18:15:11 +0200 Subject: Comment only darcs-hash:20070430161511-a5988-2196c16d0c2d0d5207b68a6b27d66b11b4fe0014.gz --- XMonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad.hs b/XMonad.hs index 5ea0c0a..69072b6 100644 --- a/XMonad.hs +++ b/XMonad.hs @@ -36,6 +36,7 @@ import qualified Data.Map as M data XState = XState { workspace :: !WindowSet -- ^ workspace list , layoutDescs :: !(M.Map WorkspaceId LayoutDesc) -- ^ mapping of workspaces + -- to descriptions of their layouts } data XConf = XConf @@ -49,7 +50,6 @@ data XConf = XConf , xineScreens :: ![Rectangle] -- ^ dimensions of each screen , defaultLayoutDesc :: !LayoutDesc -- ^ default layout - -- to descriptions of their layouts , normalBorder :: !Color -- ^ border color of unfocused windows , focusedBorder :: !Color -- ^ border color of the focused window } -- cgit v1.2.3