mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-31 03:13:47 -07:00
Prompt/*: add XConfig variable to keybindings in doc.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user