mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-20 06:33:47 -07:00
XMonadPrompt.hs: minor haddock corrections
This commit is contained in:
@@ -17,21 +17,22 @@ module XMonadContrib.XMonadPrompt (
|
||||
-- $usage
|
||||
xmonadPrompt
|
||||
) where
|
||||
{-
|
||||
usage:
|
||||
in Config.hs add:
|
||||
> import XMonadContrib.XPrompt
|
||||
> import XMonadContrib.XMonadPrompt
|
||||
|
||||
in you keybindings add:
|
||||
|
||||
> , ((modMask .|. controlMask, xK_x), xmonadPrompt defaultPromptConfig)
|
||||
|
||||
-}
|
||||
|
||||
import XMonad
|
||||
import XMonadContrib.XPrompt
|
||||
import XMonadContrib.Commands
|
||||
import XMonadContrib.Commands (defaultCommands, runCommand')
|
||||
|
||||
-- $usage
|
||||
--
|
||||
-- in Config.hs add:
|
||||
--
|
||||
-- > import XMonadContrib.XPrompt
|
||||
-- > import XMonadContrib.XMonadPrompt
|
||||
--
|
||||
-- in you keybindings add:
|
||||
--
|
||||
-- > , ((modMask .|. controlMask, xK_x), xmonadPrompt defaultXPConfig)
|
||||
--
|
||||
|
||||
data XMonad = XMonad
|
||||
|
||||
|
Reference in New Issue
Block a user