Copyright | (C) 2007 Andrea Rossato David Roundy |
---|---|
License | BSD3 |
Maintainer | Stability : unstable |
Portability | unportable |
Safe Haskell | None |
Language | Haskell98 |
A directory prompt for XMonad
Usage
For an example usage see XMonad.Layout.WorkspaceDir
directoryMultipleModes Source #
A XPType
entry suitable for using with mkXPromptWithModes
.
Instances
XPrompt Dir Source # | |
Defined in XMonad.Prompt.Directory showXPrompt :: Dir -> String Source # nextCompletion :: Dir -> String -> [String] -> String Source # commandToComplete :: Dir -> String -> String Source # completionToCommand :: Dir -> String -> String Source # |