From 446f5262e5b4960bad30952458c8199bb784df0b Mon Sep 17 00:00:00 2001 From: hughes Date: Sun, 1 Apr 2007 03:51:35 +0200 Subject: Config.hs avoids conflict with essential M-w Emacs shortcut. darcs-hash:20070401015135-3a569-8db7ddadad8f5d3c6b16b14dda2a143644e01898.gz --- Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.hs b/Config.hs index e368665..51c6d35 100644 --- a/Config.hs +++ b/Config.hs @@ -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)]] -- cgit v1.2.3