xmonad-contrib-0.9: Third party extensions for xmonadContentsIndex
XMonad.Prompt.Workspace
Portabilityunportable
MaintainerStability : unstable
Contents
Usage
Description
A workspace prompt for XMonad
Synopsis
workspacePrompt :: XPConfig -> (String -> X ()) -> X ()
Usage

You can use this module with the following in your ~/.xmonad/xmonad.hs:

 import XMonad.Prompt
 import XMonad.Prompt.Workspace
   , ((modm .|. shiftMask, xK_m     ), workspacePrompt defaultXPConfig (windows . W.shift))

For detailed instruction on editing the key binding see XMonad.Doc.Extending.

workspacePrompt :: XPConfig -> (String -> X ()) -> X ()
Produced by Haddock version 2.5.0