aboutsummaryrefslogtreecommitdiffstats
path: root/src/XMonad/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Core.hs')
-rw-r--r--src/XMonad/Core.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/XMonad/Core.hs b/src/XMonad/Core.hs
index eb02704..066b8d4 100644
--- a/src/XMonad/Core.hs
+++ b/src/XMonad/Core.hs
@@ -114,6 +114,8 @@ data XConfig l = XConfig
, 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
+ , handleExtraArgs :: !([String] -> XConfig Layout -> IO (XConfig Layout))
+ -- ^ Modify the configuration, complain about extra arguments etc. with arguments that are not handled by default
}