aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
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
------------------------------------------------------------------------