xmonad-contrib
Copyright(C) 2007 Andrea Rossato David Roundy
LicenseBSD3
Maintainer
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

XMonad.Prompt.Workspace

Description

A workspace prompt for XMonad

Synopsis

Usage

You can use this module with the following in your 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 the tutorial.

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

For developers

newtype Wor Source #

Constructors

Wor String 

Instances

Instances details
XPrompt Wor Source # 
Instance details

Defined in XMonad.Prompt.Workspace

Methods

showXPrompt :: Wor -> String Source #

nextCompletion :: Wor -> String -> [String] -> String Source #

commandToComplete :: Wor -> String -> String Source #

completionToCommand :: Wor -> String -> String Source #

completionFunction :: Wor -> ComplFunction Source #

modeAction :: Wor -> String -> String -> X () Source #