diff options
author | Don Stewart <dons@galois.com> | 2007-10-13 23:03:46 +0200 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2007-10-13 23:03:46 +0200 |
commit | 93db71b7618fc486c9edda2350cf054153a303d4 (patch) | |
tree | c53196757643813e2a7b26c132ef40e6499fe0f4 | |
parent | 5f2b5820736c315837ce456cb03b2fdd4a566221 (diff) | |
download | xmonad-93db71b7618fc486c9edda2350cf054153a303d4.tar.gz xmonad-93db71b7618fc486c9edda2350cf054153a303d4.tar.xz xmonad-93db71b7618fc486c9edda2350cf054153a303d4.zip |
defer to sjanssen's manageHook comment
darcs-hash:20071013210346-cba2c-7510ee8afc60cf162216f20699e38404f468ba3c.gz
-rw-r--r-- | Config.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ------------------------------------------------------------------------ |