aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-10-02 20:24:55 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-10-02 20:24:55 +0200
commitb34105b0eca9234f5e411d51c179a8d3572b0853 (patch)
tree92084f1e1ccfe3e0bed8d3f49ca042e7fc4f0aef /Config.hs
parent94e532991069618f9614678c90c7995da681504a (diff)
downloadxmonad-b34105b0eca9234f5e411d51c179a8d3572b0853.tar.gz
xmonad-b34105b0eca9234f5e411d51c179a8d3572b0853.tar.xz
xmonad-b34105b0eca9234f5e411d51c179a8d3572b0853.zip
Don't manage kdesktop either
darcs-hash:20071002182455-a5988-ff9b0fd5a3a477da6db6de8e2b8022d838582497.gz
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index 73edd23..59d22f6 100644
--- a/Config.hs
+++ b/Config.hs
@@ -72,7 +72,7 @@ manageHook w (_, _, "MPlayer") = do (_, rr) <- floatLocation w; return (W.fl
-- Don't manage various panels and desktop windows:
manageHook w (_, c, _) | c `elem` ignore = reveal w >> return (W.delete w)
- where ignore = ["gnome-panel", "kicker", "desktop_window"]
+ where ignore = ["gnome-panel", "desktop_window", "kicker", "kdesktop"]
-- The default rule, do not edit this line.
manageHook _ _ = return id