mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-09 08:21:51 -07:00
Prompt/*: add XConfig variable to keybindings in doc.
This commit is contained in:
@@ -40,12 +40,12 @@ import XMonad.Prompt
|
||||
--
|
||||
-- 2. In your keybindings add something like:
|
||||
--
|
||||
-- > , ((modMask .|. controlMask, xK_x), shellPrompt defaultXPConfig)
|
||||
-- > , ((modMask x .|. controlMask, xK_x), shellPrompt defaultXPConfig)
|
||||
--
|
||||
|
||||
-- %import XMonad.Prompt
|
||||
-- %import XMonad.Prompt.Shell
|
||||
-- %keybind , ((modMask .|. controlMask, xK_x), shellPrompt defaultXPConfig)
|
||||
-- %keybind , ((modMask x .|. controlMask, xK_x), shellPrompt defaultXPConfig)
|
||||
|
||||
data Shell = Shell
|
||||
|
||||
|
Reference in New Issue
Block a user