summaryrefslogtreecommitdiffstats
path: root/XMonad.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-04-30 18:16:35 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-04-30 18:16:35 +0200
commitd12e2d6006888fbcb325b76457fc76cdfadb2621 (patch)
tree1e2581f99fe0511da993de5c17ad038d6f323911 /XMonad.hs
parentf08020bfc5d6f4c7574f5d2871ec45e184fbb9aa (diff)
downloadmetatile-d12e2d6006888fbcb325b76457fc76cdfadb2621.tar
metatile-d12e2d6006888fbcb325b76457fc76cdfadb2621.zip
Comment only
darcs-hash:20070430161635-a5988-ee0abcdeff2aa92df2d593de488797015c0fc7e7
Diffstat (limited to 'XMonad.hs')
-rw-r--r--XMonad.hs24
1 files changed, 12 insertions, 12 deletions
diff --git a/XMonad.hs b/XMonad.hs
index 69072b6..44cc017 100644
--- a/XMonad.hs
+++ b/XMonad.hs
@@ -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