Config.hs avoids conflict with essential M-w Emacs shortcut.

This commit is contained in:
hughes
2007-04-01 01:51:35 +00:00
parent 10a0e21e00
commit 1768981f90

View File

@@ -95,5 +95,5 @@ keys = M.fromList $
-- Keybindings to each screen:
++
[((m .|. modMask, key), screenWS sc >>= f)
| (key, sc) <- zip [xK_w, xK_e, xK_r] [1..]
| (key, sc) <- zip [xK_e, xK_r, xK_t] [1..]
, (f, m) <- [(view, 0), (tag, shiftMask)]]