summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorAlec Berryman <alec@thened.net>2007-04-01 18:10:27 +0200
committerAlec Berryman <alec@thened.net>2007-04-01 18:10:27 +0200
commit3a018cf2031b2349cb581ac9b3ea70233204a8f6 (patch)
tree9aafe8df934c1a9f762c441f5747bc4205208d2e /Config.hs
parent8a61f217d69bb13612c6dc6d0c6359dcad1e13e0 (diff)
downloadmetatile-3a018cf2031b2349cb581ac9b3ea70233204a8f6.tar
metatile-3a018cf2031b2349cb581ac9b3ea70233204a8f6.zip
Suggest an alternative modMask for emacs users
darcs-hash:20070401161027-39448-8fd61e1f1d369ebf4dd4073966833c18f535c269
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Config.hs b/Config.hs
index 54fce76..14c9922 100644
--- a/Config.hs
+++ b/Config.hs
@@ -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