mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Typo fix
This commit is contained in:
parent
21062dd392
commit
20e8a33e0c
@ -61,9 +61,9 @@ import XMonad.Util.Run (runProcessWithInput)
|
||||
--
|
||||
-- Then add a keybinding for 'passPrompt', 'passGeneratePrompt' or 'passRemovePrompt':
|
||||
--
|
||||
-- > , ((modMask x , xK_p) , passPrompt xpconfig)
|
||||
-- > , ((modMask x .|. controlMask, xK_p) , passGeneratePrompt xpconfig)
|
||||
-- > , ((modMask x .|. controlMask .|. shiftMask, xK_p), passRemovePrompt xpconfig)
|
||||
-- > , ((modMask , xK_p) , passPrompt xpconfig)
|
||||
-- > , ((modMask .|. controlMask, xK_p) , passGeneratePrompt xpconfig)
|
||||
-- > , ((modMask .|. controlMask .|. shiftMask, xK_p), passRemovePrompt xpconfig)
|
||||
--
|
||||
-- For detailed instructions on:
|
||||
--
|
||||
|
Loading…
x
Reference in New Issue
Block a user