From c8fb4b763ca1a3761d3c990dd1fec21446a1c76c Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sat, 4 Aug 2007 10:44:41 +0000 Subject: [PATCH] SshPrompt.hs: minor haddock corrections --- SshPrompt.hs | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/SshPrompt.hs b/SshPrompt.hs index 5bee3b6a..c1d69b0c 100644 --- a/SshPrompt.hs +++ b/SshPrompt.hs @@ -17,18 +17,6 @@ module XMonadContrib.SshPrompt ( -- $usage sshPrompt ) where -{- -usage: -1. In Config.hs add: - -> import XMonadContrib.XPrompt -> import XMonadContrib.SshPrompt - -3. In your keybindings add something like: - -> , ((modMask .|. controlMask, xK_x), xmonadPrompt defaultPromptConfig) - --} import XMonad import XMonadContrib.XPrompt @@ -37,6 +25,17 @@ import Control.Monad import System.Directory import System.Environment +-- $usage +-- 1. In Config.hs add: +-- +-- > import XMonadContrib.XPrompt +-- > import XMonadContrib.SshPrompt +-- +-- 3. In your keybindings add something like: +-- +-- > , ((modMask .|. controlMask, xK_x), xmonadPrompt defaultXPConfig) +-- + data Ssh = Ssh instance XPrompt Ssh where