aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt
diff options
context:
space:
mode:
authordominik <dominik@dbruhn.de>2007-12-07 01:09:04 +0100
committerdominik <dominik@dbruhn.de>2007-12-07 01:09:04 +0100
commitc54c89ee08dc6aa6b1fc3eac0dc5d733f551f034 (patch)
tree7b0114234595e14145e467ad5fb4b01158b00706 /XMonad/Prompt
parentb8bae08ead4dfd2656c403789913a71a77448d4c (diff)
downloadXMonadContrib-c54c89ee08dc6aa6b1fc3eac0dc5d733f551f034.tar.gz
XMonadContrib-c54c89ee08dc6aa6b1fc3eac0dc5d733f551f034.tar.xz
XMonadContrib-c54c89ee08dc6aa6b1fc3eac0dc5d733f551f034.zip
Sshprompt: Add explanation for the completion in sshprompt
darcs-hash:20071207000904-f60c0-0bc47e5a8656171b19d6f1a9f935fc78621ab520.gz
Diffstat (limited to 'XMonad/Prompt')
-rw-r--r--XMonad/Prompt/Ssh.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/XMonad/Prompt/Ssh.hs b/XMonad/Prompt/Ssh.hs
index 4ac44c2..47ba168 100644
--- a/XMonad/Prompt/Ssh.hs
+++ b/XMonad/Prompt/Ssh.hs
@@ -39,6 +39,9 @@ import Data.Maybe
--
-- > , ((modMask x .|. controlMask, xK_s), sshPrompt defaultXPConfig)
--
+-- Keep in mind, that if you want to use the completion you have to
+-- disable the "HashKnownHosts" option in your ssh_config
+--
-- For detailed instruction on editing the key binding see
-- "XMonad.Doc.Extending#Editing_key_bindings".