summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-10-13 23:03:46 +0200
committerDon Stewart <dons@galois.com>2007-10-13 23:03:46 +0200
commitf7d388cca2527c21baee003b8102730397d202ae (patch)
treec53196757643813e2a7b26c132ef40e6499fe0f4 /Config.hs
parent7e808beb0e020301460e9c086cebff519a610e5d (diff)
downloadmetatile-f7d388cca2527c21baee003b8102730397d202ae.tar
metatile-f7d388cca2527c21baee003b8102730397d202ae.zip
defer to sjanssen's manageHook comment
darcs-hash:20071013210346-cba2c-7510ee8afc60cf162216f20699e38404f468ba3c
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs3
1 files changed, 2 insertions, 1 deletions
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
------------------------------------------------------------------------