From 93db71b7618fc486c9edda2350cf054153a303d4 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sat, 13 Oct 2007 23:03:46 +0200 Subject: defer to sjanssen's manageHook comment darcs-hash:20071013210346-cba2c-7510ee8afc60cf162216f20699e38404f468ba3c.gz --- Config.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index 020e7ab..2a44faa 100644 --- a/Config.hs +++ b/Config.hs @@ -115,7 +115,8 @@ manageHook w _ n _ | n `elem` ignore = reveal w >> return (W.delete w) -- current workspace. manageHook _ _ "Gecko" _ = return $ W.shift "web" --- 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 ------------------------------------------------------------------------ -- cgit v1.2.3