diff options
author | Brandon S Allbery KF8NH <allbery@ece.cmu.edu> | 2007-09-16 20:25:20 +0200 |
---|---|---|
committer | Brandon S Allbery KF8NH <allbery@ece.cmu.edu> | 2007-09-16 20:25:20 +0200 |
commit | 7163db0ed96d0bb4d7455766bfe42ac473d8cf1c (patch) | |
tree | 8c745391016cedf110948a04b21a66bf9ba50c5c | |
parent | ebe403f6d573972a6f840fa9e3f8525905168893 (diff) | |
download | XMonadContrib-7163db0ed96d0bb4d7455766bfe42ac473d8cf1c.tar.gz XMonadContrib-7163db0ed96d0bb4d7455766bfe42ac473d8cf1c.tar.xz XMonadContrib-7163db0ed96d0bb4d7455766bfe42ac473d8cf1c.zip |
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
-rw-r--r-- | SshPrompt.hs | 4 |
1 files 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 |