From 36728ae60e3effdfe645a9a34cfd2e1067a37516 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Thu, 22 Oct 2009 06:11:26 +0200 Subject: Refer to modm as the current modMask Ignore-this: d097c7dc1746c55e1d4078a7148f9d5a This makes the config suggestions consistent with the current template. darcs-hash:20091022041126-1499c-5dd63076fdd71a61276cfc8e648bada81d9cc586.gz --- XMonad/Prompt/Window.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'XMonad/Prompt/Window.hs') diff --git a/XMonad/Prompt/Window.hs b/XMonad/Prompt/Window.hs index 8fe9b7b..0f0ed2a 100644 --- a/XMonad/Prompt/Window.hs +++ b/XMonad/Prompt/Window.hs @@ -44,12 +44,12 @@ import XMonad.Actions.WindowBringer -- -- and in the keys definition: -- --- > , ((modMask x .|. shiftMask, xK_g ), windowPromptGoto defaultXPConfig) --- > , ((modMask x .|. shiftMask, xK_b ), windowPromptBring defaultXPConfig) +-- > , ((modm .|. shiftMask, xK_g ), windowPromptGoto defaultXPConfig) +-- > , ((modm .|. shiftMask, xK_b ), windowPromptBring defaultXPConfig) -- -- The autoComplete option is a handy complement here: -- --- > , ((modMask x .|. shiftMask, xK_g ), windowPromptGoto +-- > , ((modm .|. shiftMask, xK_g ), windowPromptGoto -- > defaultXPConfig { autoComplete = Just 500000 } ) -- -- The \'500000\' is the number of microseconds to pause before sending you to -- cgit v1.2.3