diff options
author | Alec Berryman <alec@thened.net> | 2007-04-01 18:10:27 +0200 |
---|---|---|
committer | Alec Berryman <alec@thened.net> | 2007-04-01 18:10:27 +0200 |
commit | 1f43c2403524a1fd3886850c8d4f34930140e00f (patch) | |
tree | 9aafe8df934c1a9f762c441f5747bc4205208d2e | |
parent | c57871b836ac7e786d401c0a653a19a5e1e1cc42 (diff) | |
download | xmonad-1f43c2403524a1fd3886850c8d4f34930140e00f.tar.gz xmonad-1f43c2403524a1fd3886850c8d4f34930140e00f.tar.xz xmonad-1f43c2403524a1fd3886850c8d4f34930140e00f.zip |
Suggest an alternative modMask for emacs users
darcs-hash:20070401161027-39448-8fd61e1f1d369ebf4dd4073966833c18f535c269.gz
-rw-r--r-- | Config.hs | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -46,8 +46,9 @@ import Operations workspaces :: Int workspaces = 9 --- modMask lets you easily change which modkey you use. The default is mod1Mask. --- ("alt") +-- modMask lets you easily change which modkey you use. The default is mod1Mask +-- ("left alt"). You may also consider using mod3mask ("right alt"), which +-- does not conflict with emacs keybindings. modMask :: KeyMask modMask = mod1Mask |