From 816b866c32f49c23f978489174cfb01fb472593f Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Wed, 21 Nov 2007 14:10:13 +0000 Subject: [PATCH] Shell: small doc fix --- XMonad/Prompt/Shell.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XMonad/Prompt/Shell.hs b/XMonad/Prompt/Shell.hs index f70bb9a7..5b466473 100644 --- a/XMonad/Prompt/Shell.hs +++ b/XMonad/Prompt/Shell.hs @@ -64,8 +64,8 @@ shellPrompt c = do -- is the program to be run with the interactive input. -- You would use these like this: -- --- > , ((modMask, xK_b ), safePrompt "firefox" greenXPConfig) --- > , ((modMask .|. shiftMask, xK_c ), prompt ("xterm" ++ " -e") greenXPConfig) +-- > , ((modMask, xK_b), safePrompt "firefox" greenXPConfig) +-- > , ((modMask .|. shiftMask, xK_c), prompt ("xterm" ++ " -e") greenXPConfig) -- -- Note that you want to use safePrompt for Firefox input, as Firefox -- wants URLs, and unsafePrompt for the XTerm example because this allows