mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-04 06:01:53 -07:00
Better comment for the default manageHook
This commit is contained in:
@@ -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)
|
manageHook w _ n _ | n `elem` ignore = reveal w >> return (W.delete w)
|
||||||
where ignore = ["gnome-panel", "desktop_window", "kicker", "kdesktop"]
|
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
|
manageHook _ _ _ _ = return id
|
||||||
|
|
||||||
-- |
|
-- |
|
||||||
|
Reference in New Issue
Block a user