xmonad-contrib-0.16.999: Community-maintained extensions extensions for xmonad
Copyright(C) 2007 Andrea Rossato David Roundy
LicenseBSD3
Maintainer
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell98

XMonad.Prompt.Workspace

Description

A workspace prompt for XMonad

Synopsis

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 def (windows . W.shift))

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

workspacePrompt :: XPConfig -> (String -> X ()) -> X () Source #

For developers