diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-30 18:16:35 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-30 18:16:35 +0200 |
commit | d12e2d6006888fbcb325b76457fc76cdfadb2621 (patch) | |
tree | 1e2581f99fe0511da993de5c17ad038d6f323911 | |
parent | f08020bfc5d6f4c7574f5d2871ec45e184fbb9aa (diff) | |
download | metatile-d12e2d6006888fbcb325b76457fc76cdfadb2621.tar metatile-d12e2d6006888fbcb325b76457fc76cdfadb2621.zip |
Comment only
darcs-hash:20070430161635-a5988-ee0abcdeff2aa92df2d593de488797015c0fc7e7
-rw-r--r-- | XMonad.hs | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -40,18 +40,18 @@ data XState = XState } data XConf = XConf - { display :: Display -- ^ the X11 display - - , theRoot :: !Window -- ^ the root window - , wmdelete :: !Atom -- ^ window deletion atom - , wmprotocols :: !Atom -- ^ wm protocols atom - , dimensions :: !(Int,Int) -- ^ dimensions of the screen, - -- used for hiding windows - - , xineScreens :: ![Rectangle] -- ^ dimensions of each screen - , defaultLayoutDesc :: !LayoutDesc -- ^ default layout - , normalBorder :: !Color -- ^ border color of unfocused windows - , focusedBorder :: !Color -- ^ border color of the focused window + { display :: Display -- ^ the X11 display + + , theRoot :: !Window -- ^ the root window + , wmdelete :: !Atom -- ^ window deletion atom + , wmprotocols :: !Atom -- ^ wm protocols atom + , dimensions :: !(Int,Int) -- ^ dimensions of the screen, + -- used for hiding windows + + , xineScreens :: ![Rectangle] -- ^ dimensions of each screen + , defaultLayoutDesc :: !LayoutDesc -- ^ default layout + , normalBorder :: !Color -- ^ border color of unfocused windows + , focusedBorder :: !Color -- ^ border color of the focused window } type WindowSet = StackSet WorkspaceId ScreenId Window |