From f0561a19b5aec2a9d0ac468008eaacfe6c5c4966 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Tue, 27 Nov 2007 20:20:39 +0100 Subject: SimpleDate, Submap: modMask --> modMask x darcs-hash:20071127192039-bd4d7-9afaaea1e556d7ec4afe3c19b432cb32745534c5.gz --- XMonad/Actions/SimpleDate.hs | 2 +- XMonad/Actions/Submap.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad/Actions') diff --git a/XMonad/Actions/SimpleDate.hs b/XMonad/Actions/SimpleDate.hs index c1f87a4..3b976bb 100644 --- a/XMonad/Actions/SimpleDate.hs +++ b/XMonad/Actions/SimpleDate.hs @@ -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@. -- diff --git a/XMonad/Actions/Submap.hs b/XMonad/Actions/Submap.hs index a43233d..eb3c9c1 100644 --- a/XMonad/Actions/Submap.hs +++ b/XMonad/Actions/Submap.hs @@ -37,7 +37,7 @@ First, import this module into your @~\/.xmonad\/xmonad.hs@: Allows you to create a sub-mapping of keys. Example: -> , ((modMask, xK_a), submap . M.fromList $ +> , ((modMask x, xK_a), submap . M.fromList $ > [ ((0, xK_n), spawn "mpc next") > , ((0, xK_p), spawn "mpc prev") > , ((0, xK_z), spawn "mpc random") -- cgit v1.2.3