mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-04 06:01:52 -07:00
Prompt/Ssh.hs: fix import statements in usage doc.
This commit is contained in:
@@ -33,7 +33,7 @@ import Data.Maybe
|
|||||||
-- 1. In Config.hs add:
|
-- 1. In Config.hs add:
|
||||||
--
|
--
|
||||||
-- > import XMonad.Prompt
|
-- > import XMonad.Prompt
|
||||||
-- > import XMonad.Prompt.SshPrompt
|
-- > import XMonad.Prompt.Ssh
|
||||||
--
|
--
|
||||||
-- 2. In your keybindings add something like:
|
-- 2. In your keybindings add something like:
|
||||||
--
|
--
|
||||||
@@ -41,7 +41,7 @@ import Data.Maybe
|
|||||||
--
|
--
|
||||||
|
|
||||||
-- %import XMonad.Prompt
|
-- %import XMonad.Prompt
|
||||||
-- %import XMonad.Prompt.SshPrompt
|
-- %import XMonad.Prompt.Ssh
|
||||||
-- %keybind , ((modMask .|. controlMask, xK_s), sshPrompt defaultXPConfig)
|
-- %keybind , ((modMask .|. controlMask, xK_s), sshPrompt defaultXPConfig)
|
||||||
|
|
||||||
data Ssh = Ssh
|
data Ssh = Ssh
|
||||||
|
Reference in New Issue
Block a user