xmonad-contrib-0.5: Third party extensions for xmonadSource codeContentsIndex
XMonad.Prompt.Ssh
Portabilityunportable
Stabilityunstable
Maintainerandrea.rossato@unibz.it
Contents
Usage
Description
A ssh prompt for XMonad
Synopsis
sshPrompt :: XPConfig -> X ()
Usage

1. In your ~/.xmonad/xmonad.hs:

 import XMonad.Prompt
 import XMonad.Prompt.Ssh

2. In your keybindings add something like:

   , ((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.

sshPrompt :: XPConfig -> X ()Source
Produced by Haddock version 2.3.0