summaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Core.hs')
-rw-r--r--XMonad/Core.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/XMonad/Core.hs b/XMonad/Core.hs
index e3d1b27..569f9f9 100644
--- a/XMonad/Core.hs
+++ b/XMonad/Core.hs
@@ -111,6 +111,8 @@ data XConfig l = XConfig
, startupHook :: !(X ()) -- ^ The action to perform on startup
, focusFollowsMouse :: !Bool -- ^ Whether window entry events can change focus
, clickJustFocuses :: !Bool -- ^ False to make a click which changes focus to be additionally passed to the window
+ , clientMask :: !EventMask -- ^ The client events that xmonad is interested in
+ , rootMask :: !EventMask -- ^ The root events that xmonad is interested in
}