summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
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