diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-10-13 22:33:40 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-10-13 22:33:40 +0200 |
commit | 9821660b02033ca8d8ebb71306a7ad733ce7164e (patch) | |
tree | 843525e4f6101bada8cf2f1b1dc4f53adea464c6 | |
parent | b548b28d7d7284552f3c3c7d69b543adb8299adb (diff) | |
download | metatile-9821660b02033ca8d8ebb71306a7ad733ce7164e.tar metatile-9821660b02033ca8d8ebb71306a7ad733ce7164e.zip |
Better comment for the default manageHook
darcs-hash:20071013203340-a5988-281c335d9db00585d3936fb6a348b785ae3d6db2
-rw-r--r-- | Config.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -79,7 +79,8 @@ manageHook w _ _ c | c `elem` floats = fmap (W.float w . snd) (floatLocation w) manageHook w _ n _ | n `elem` ignore = reveal w >> return (W.delete w) where ignore = ["gnome-panel", "desktop_window", "kicker", "kdesktop"] --- The default rule, do not edit this line. +-- The default rule: return the WindowSet unmodified. You typically do not +-- want to modify this line. manageHook _ _ _ _ = return id -- | |