summaryrefslogtreecommitdiffstats
path: root/XMonad/Operations.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Operations.hs')
-rw-r--r--XMonad/Operations.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Operations.hs b/XMonad/Operations.hs
index 1c18690..2d2a6ce 100644
--- a/XMonad/Operations.hs
+++ b/XMonad/Operations.hs
@@ -64,7 +64,7 @@ manage w = whenX (fmap not $ isClient w) $ withDisplay $ \d -> do
where i = fromMaybe (W.tag . W.workspace . W.current $ ws) $ W.lookupWorkspace sc ws
mh <- asks (manageHook . config)
- g <- mh w `catchX` return id
+ g <- runManageHook mh w `catchX` return id
windows (g . f)
-- | unmanage. A window no longer exists, remove it from the window