mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 20:51:55 -07:00
Comment only
This commit is contained in:
@@ -36,6 +36,7 @@ import qualified Data.Map as M
|
|||||||
data XState = XState
|
data XState = XState
|
||||||
{ workspace :: !WindowSet -- ^ workspace list
|
{ workspace :: !WindowSet -- ^ workspace list
|
||||||
, layoutDescs :: !(M.Map WorkspaceId LayoutDesc) -- ^ mapping of workspaces
|
, layoutDescs :: !(M.Map WorkspaceId LayoutDesc) -- ^ mapping of workspaces
|
||||||
|
-- to descriptions of their layouts
|
||||||
}
|
}
|
||||||
|
|
||||||
data XConf = XConf
|
data XConf = XConf
|
||||||
@@ -49,7 +50,6 @@ data XConf = XConf
|
|||||||
|
|
||||||
, xineScreens :: ![Rectangle] -- ^ dimensions of each screen
|
, xineScreens :: ![Rectangle] -- ^ dimensions of each screen
|
||||||
, defaultLayoutDesc :: !LayoutDesc -- ^ default layout
|
, defaultLayoutDesc :: !LayoutDesc -- ^ default layout
|
||||||
-- to descriptions of their layouts
|
|
||||||
, normalBorder :: !Color -- ^ border color of unfocused windows
|
, normalBorder :: !Color -- ^ border color of unfocused windows
|
||||||
, focusedBorder :: !Color -- ^ border color of the focused window
|
, focusedBorder :: !Color -- ^ border color of the focused window
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user