summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorhughes <hughes@rpi.edu>2007-04-01 03:51:35 +0200
committerhughes <hughes@rpi.edu>2007-04-01 03:51:35 +0200
commit5efebb7fd6b4980237ca36f40f8a6dda433f22c5 (patch)
tree2fafc50643b2f6915fec0e84412804649beed100 /Config.hs
parentf649b54049a3a184a89070772cd45d0c5c015b1c (diff)
downloadmetatile-5efebb7fd6b4980237ca36f40f8a6dda433f22c5.tar
metatile-5efebb7fd6b4980237ca36f40f8a6dda433f22c5.zip
Config.hs avoids conflict with essential M-w Emacs shortcut.
darcs-hash:20070401015135-3a569-8db7ddadad8f5d3c6b16b14dda2a143644e01898
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 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)]]