aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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