Copyright | (C) 2007 Andrea Rossato David Roundy |
---|---|
License | BSD3 |
Maintainer | |
Stability | unstable |
Portability | unportable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
A workspace prompt for XMonad
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.
For developers
Instances
XPrompt Wor Source # | |
Defined in XMonad.Prompt.Workspace showXPrompt :: Wor -> String Source # nextCompletion :: Wor -> String -> [String] -> String Source # commandToComplete :: Wor -> String -> String Source # completionToCommand :: Wor -> String -> String Source # |