summaryrefslogtreecommitdiffstats
path: root/xmonad.hs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-09-03 13:43:11 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-09-03 13:43:11 +0200
commit01a381911a2ce989c9e9e5ff470ff67f16a4a4f7 (patch)
tree53c943f56e118407914f5dc0b8115c12cfd4a7d6 /xmonad.hs
parent6ce8a6515eba6b979095efe30eaa7c978e16a27f (diff)
downloadxmonad-conf-01a381911a2ce989c9e9e5ff470ff67f16a4a4f7.tar
xmonad-conf-01a381911a2ce989c9e9e5ff470ff67f16a4a4f7.zip
Adjusted EwmhDesktops module
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.hs b/xmonad.hs
index d2c3ba8..486db50 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -28,7 +28,7 @@ import ProcessWorkspaces
modm = mod4Mask
-main = xmonad $ ewmh $ defaultConfig
+main = xmonad $ ewmh dwConfig $ defaultConfig
{ modMask = modm
, manageHook = myManageHook
, layoutHook = desktopLayoutModifiers myLayoutHook