aboutsummaryrefslogtreecommitdiffstats
path: root/src/XMonad/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Config.hs')
-rw-r--r--src/XMonad/Config.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/XMonad/Config.hs b/src/XMonad/Config.hs
index a39e1a1..4f90b8a 100644
--- a/src/XMonad/Config.hs
+++ b/src/XMonad/Config.hs
@@ -271,6 +271,9 @@ instance (a ~ Choose Tall (Choose (Mirror Tall) Full)) => Default (XConfig a) wh
, XMonad.clickJustFocuses = clickJustFocuses
, XMonad.clientMask = clientMask
, XMonad.rootMask = rootMask
+ , XMonad.handleExtraArgs = \ xs theConf -> case xs of
+ [] -> return theConf
+ _ -> fail ("unrecognized flags:" ++ show xs)
}
-- | The default set of configuration values itself