summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorJason Creighton <jcreigh@gmail.com>2007-04-16 01:36:35 +0200
committerJason Creighton <jcreigh@gmail.com>2007-04-16 01:36:35 +0200
commitf260cd01e096221707bf0a870be4d8b75e4e5958 (patch)
treec6fec92bef221189d56d77ae5ab80a0d278b574a /Config.hs
parente9e165340e3eb877807f4d76905c28d3fdb564a0 (diff)
downloadmetatile-f260cd01e096221707bf0a870be4d8b75e4e5958.tar
metatile-f260cd01e096221707bf0a870be4d8b75e4e5958.zip
added comment about windows key (mod4Mask)
darcs-hash:20070415233635-b9aa7-a2b7e4d3fe21647c2389ea6be9378fd116b4c6f8
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 c30155c..d90f0f8 100644
--- a/Config.hs
+++ b/Config.hs
@@ -90,8 +90,9 @@ workspaces :: Int
workspaces = 9
-- 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.
+-- ("left alt"). You may also consider using mod3Mask ("right alt"), which
+-- does not conflict with emacs keybindings. The "windows key" is usually
+-- mod4Mask.
modMask :: KeyMask
modMask = mod1Mask