summaryrefslogtreecommitdiffstats
path: root/XMonad.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-10-29 19:48:23 +0100
committerDavid Roundy <droundy@darcs.net>2007-10-29 19:48:23 +0100
commit20c6b4b6684a7232021c0905bccc44f5946cb5d3 (patch)
tree14a244b45dafe28e98187f6cd512c0c008adfb23 /XMonad.hs
parentf2974775518cb7a942f4b5b86a2b5f27e5c92dcd (diff)
downloadmetatile-20c6b4b6684a7232021c0905bccc44f5946cb5d3.tar
metatile-20c6b4b6684a7232021c0905bccc44f5946cb5d3.zip
cleaner version of main/config inversion.
darcs-hash:20071029184823-72aca-5647e07a0bde65cf7e1d49a1613fb9e4210c6aa5
Diffstat (limited to 'XMonad.hs')
-rw-r--r--XMonad.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/XMonad.hs b/XMonad.hs
index fc06885..df0d78a 100644
--- a/XMonad.hs
+++ b/XMonad.hs
@@ -50,7 +50,10 @@ data XState = XState
, dragging :: !(Maybe (Position -> Position -> X (), X ())) }
data XConf = XConf
{ display :: Display -- ^ the X11 display
+ , logHook :: !(X ()) -- ^ the loghook function
+ , terminal :: !String -- ^ the user's preferred terminal
, theRoot :: !Window -- ^ the root window
+ , borderWidth :: !Dimension -- ^ the preferred border width
, normalBorder :: !Pixel -- ^ border color of unfocused windows
, focusedBorder :: !Pixel } -- ^ border color of the focused window