diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-09-03 13:43:11 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-09-03 13:43:11 +0200 |
commit | 01a381911a2ce989c9e9e5ff470ff67f16a4a4f7 (patch) | |
tree | 53c943f56e118407914f5dc0b8115c12cfd4a7d6 /xmonad.hs | |
parent | 6ce8a6515eba6b979095efe30eaa7c978e16a27f (diff) | |
download | xmonad-conf-01a381911a2ce989c9e9e5ff470ff67f16a4a4f7.tar xmonad-conf-01a381911a2ce989c9e9e5ff470ff67f16a4a4f7.zip |
Adjusted EwmhDesktops module
Diffstat (limited to 'xmonad.hs')
-rw-r--r-- | xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ import ProcessWorkspaces modm = mod4Mask -main = xmonad $ ewmh $ defaultConfig +main = xmonad $ ewmh dwConfig $ defaultConfig { modMask = modm , manageHook = myManageHook , layoutHook = desktopLayoutModifiers myLayoutHook |