aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/Commands.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Actions/Commands.hs')
-rw-r--r--XMonad/Actions/Commands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/Commands.hs b/XMonad/Actions/Commands.hs
index 807a19c..7daccfe 100644
--- a/XMonad/Actions/Commands.hs
+++ b/XMonad/Actions/Commands.hs
@@ -44,7 +44,7 @@ import Data.Maybe
--
-- Then add a keybinding to the runCommand action:
--
--- > , ((modMask .|. controlMask, xK_y), runCommand commands)
+-- > , ((modMask x .|. controlMask, xK_y), runCommand commands)
--
-- and define the list of commands you want to use:
--