From 7163db0ed96d0bb4d7455766bfe42ac473d8cf1c Mon Sep 17 00:00:00 2001 From: Brandon S Allbery KF8NH Date: Sun, 16 Sep 2007 20:25:20 +0200 Subject: SshPrompt.hs: fix some copy/paste errors, rebind sshPrompt to not conflict with xmonadPrompt Just a minor patch to the comments/documentation, which was clearly copied unchanged from ShellPrompt.hs. darcs-hash:20070916182520-916a4-d8d876266158df4e52da00a3ae7365d1ed495d08.gz --- SshPrompt.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SshPrompt.hs b/SshPrompt.hs index 0193ab3..94d8f93 100644 --- a/SshPrompt.hs +++ b/SshPrompt.hs @@ -36,12 +36,12 @@ import Data.Maybe -- -- 3. In your keybindings add something like: -- --- > , ((modMask .|. controlMask, xK_x), xmonadPrompt defaultXPConfig) +-- > , ((modMask .|. controlMask, xK_s), sshPrompt defaultXPConfig) -- -- %import XMonadContrib.XPrompt -- %import XMonadContrib.SshPrompt --- %keybind , ((modMask .|. controlMask, xK_x), xmonadPrompt defaultXPConfig) +-- %keybind , ((modMask .|. controlMask, xK_s), sshPrompt defaultXPConfig) data Ssh = Ssh -- cgit v1.2.3