mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-15 04:05:53 -07:00
Prompt/Workspace.hs: suggest using defaultXPConfig in usage doc.
This commit is contained in:
@@ -27,9 +27,10 @@ import XMonad.StackSet ( workspaces, tag )
|
|||||||
-- $usage
|
-- $usage
|
||||||
-- You can use this module with the following in your Config.hs file:
|
-- You can use this module with the following in your Config.hs file:
|
||||||
--
|
--
|
||||||
-- > import XMonad.Prompt.WorkspacePrompt
|
-- > import XMonad.Prompt
|
||||||
|
-- > import XMonad.Prompt.Workspace
|
||||||
--
|
--
|
||||||
-- > , ((modMask .|. shiftMask, xK_m ), workspacePrompt myXPConfig (windows . W.shift))
|
-- > , ((modMask .|. shiftMask, xK_m ), workspacePrompt defaultXPConfig (windows . W.shift))
|
||||||
|
|
||||||
data Wor = Wor String
|
data Wor = Wor String
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user