xmonad-contrib-0.13: Third party extensions for xmonad

Copyright(C) 2007 Andrea Rossato David Roundy
LicenseBSD3
MaintainerStability : unstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell98

XMonad.Prompt.Workspace

Contents

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