Prompt/Workspace.hs: suggest using defaultXPConfig in usage doc.

This commit is contained in:
Joachim Fasting
2007-11-17 23:09:40 +00:00
parent 8bef395ab9
commit 3d692c0d23

View File

@@ -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