aboutsummaryrefslogtreecommitdiffstats
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
commit2c21308fc9cafa27ab95b38bd3712f5b7939fa37 (patch)
tree14a244b45dafe28e98187f6cd512c0c008adfb23 /XMonad.hs
parent2c5514f5ce7ee5724d7bcfa6e04f43fa7a276ee8 (diff)
downloadxmonad-2c21308fc9cafa27ab95b38bd3712f5b7939fa37.tar.gz
xmonad-2c21308fc9cafa27ab95b38bd3712f5b7939fa37.tar.xz
xmonad-2c21308fc9cafa27ab95b38bd3712f5b7939fa37.zip
cleaner version of main/config inversion.
darcs-hash:20071029184823-72aca-5647e07a0bde65cf7e1d49a1613fb9e4210c6aa5.gz
Diffstat (limited to '')
-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