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