diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-21 15:10:13 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-21 15:10:13 +0100 |
commit | b5e9b2cd301833c3add27585208f6afc6215c28c (patch) | |
tree | 54f4e2d8c44191247f82785055085deaa4ab718d /XMonad | |
parent | 6373d93ca0bedaa59346410c2a90ca87bf5be98c (diff) | |
download | XMonadContrib-b5e9b2cd301833c3add27585208f6afc6215c28c.tar.gz XMonadContrib-b5e9b2cd301833c3add27585208f6afc6215c28c.tar.xz XMonadContrib-b5e9b2cd301833c3add27585208f6afc6215c28c.zip |
Shell: small doc fix
darcs-hash:20071121141013-32816-56d68d4aec55a79510af79e993469ffa74a472d6.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Prompt/Shell.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Prompt/Shell.hs b/XMonad/Prompt/Shell.hs index f70bb9a..5b46647 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 |