summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.hs b/Config.hs
index d57cb40..3f403c1 100644
--- a/Config.hs
+++ b/Config.hs
@@ -62,6 +62,9 @@ modMask = mod1Mask
defaultGaps :: [(Int,Int,Int,Int)]
defaultGaps = [(0,0,0,0)] -- 15 for default dzen
+manageHook :: Window -> X (WindowSet -> WindowSet)
+manageHook _ = return id
+
-- |
-- numlock handling:
--