SimpleDate, Submap: modMask --> modMask x

This commit is contained in:
Brent Yorgey
2007-11-27 19:20:39 +00:00
parent 0cce3cff7e
commit eb6c642fd9
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ import XMonad.Util.Run
--
-- and add a keybinding, for example:
--
-- > , ((modMask, xK_d ), date)
-- > , ((modMask x, xK_d ), date)
--
-- In this example, a popup date menu will now be bound to @mod-d@.
--