diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-04-01 05:35:22 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-04-01 05:35:22 +0200 |
commit | 571a1d698395ddc12ba849af4303696f00d17e94 (patch) | |
tree | 33e4be13247adc9b885aa8afe46e83cacfac2dc8 /README | |
parent | 848630be73be585c990be09bb31321603b150dfd (diff) | |
download | xmonad-571a1d698395ddc12ba849af4303696f00d17e94.tar.gz xmonad-571a1d698395ddc12ba849af4303696f00d17e94.tar.xz xmonad-571a1d698395ddc12ba849af4303696f00d17e94.zip |
sanitize key bindings
Changes mean:
* gmrun is like the dmenu key, but with shift set.
- , ((modMask .|. shiftMask, xK_F11 ), spawn "gmrun")
+ , ((modMask .|. shiftMask, xK_p ), spawn "gmrun")
If no one actually uses both gmrun and dmenu, we should consider only
using mod-p for this.
* restart is like quit, but with 'ctrl' set:
+ , ((modMask .|. shiftMask, xK_q ), io $ exitWith ExitSuccess)
+ , ((modMask .|. shiftMask .|. controlMask, xK_q ), io restart)
* revert to 'wer' ordering for xinerama screens:
- | (key, sc) <- zip [xK_e, xK_r, xK_t] [1..]
+ | (key, sc) <- zip [xK_w, xK_e, xK_r] [1..]
that's the only binding order that makes sense, since they're meant to
refer to screens 1 2 and 3, hence 'wer' (look at the keyboard to see why)
darcs-hash:20070401033522-9c5c1-612e23066ea1c2523b0b0be8d2ffdd2fe407c341.gz
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions