aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-10-01 19:52:46 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-10-01 19:52:46 +0200
commit5589ff7b642c0bfb204c0fa0d6a3fcb2f3b7d777 (patch)
treedec6ab2db805fd21a8117e883e0dee089e629d91 /Operations.hs
parentf53c6c93e7b49d654fdff235d3e8625fd2f25786 (diff)
downloadxmonad-5589ff7b642c0bfb204c0fa0d6a3fcb2f3b7d777.tar.gz
xmonad-5589ff7b642c0bfb204c0fa0d6a3fcb2f3b7d777.tar.xz
xmonad-5589ff7b642c0bfb204c0fa0d6a3fcb2f3b7d777.zip
Send ClassHints to manageHook
darcs-hash:20071001175246-a5988-008bb0123ca85784c32884ea5e6452747e1df0fb.gz
Diffstat (limited to 'Operations.hs')
-rw-r--r--Operations.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Operations.hs b/Operations.hs
index 3e447be..41ee9c2 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -63,7 +63,7 @@ manage w = whenX (fmap not $ isClient w) $ withDisplay $ \d -> do
f ws | isFixedSize || isTransient = W.float w (adjust rr) . W.insertUp w . W.view i $ ws
| otherwise = W.insertUp w ws
where i = fromMaybe (W.tag . W.workspace . W.current $ ws) $ W.lookupWorkspace sc ws
- g <- manageHook w
+ g <- manageHook w =<< io (getClassHint d w)
windows (g . f)
-- | unmanage. A window no longer exists, remove it from the window