diff options
-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 |