Prompt/*: add XConfig variable to keybindings in doc.

This commit is contained in:
Joachim Fasting
2007-11-18 14:48:49 +00:00
parent 0d383fa26f
commit 9ff17a46aa
7 changed files with 14 additions and 14 deletions

View File

@@ -32,12 +32,12 @@ import XMonad.Actions.Commands (defaultCommands, runCommand')
--
-- in your keybindings add:
--
-- > , ((modMask .|. controlMask, xK_x), xmonadPrompt defaultXPConfig)
-- > , ((modMask x .|. controlMask, xK_x), xmonadPrompt defaultXPConfig)
--
-- %import XMonad.Prompt
-- %import XMonad.Prompt.XMonad
-- %keybind , ((modMask .|. controlMask, xK_x), xmonadPrompt defaultXPConfig)
-- %keybind , ((modMask x .|. controlMask, xK_x), xmonadPrompt defaultXPConfig)
data XMonad = XMonad