| Copyright | (c) 2007 Valery V. Vorotyntsev | 
|---|---|
| License | BSD3-style (see LICENSE) | 
| Maintainer | Valery V. Vorotyntsev <valery.vv@gmail.com> | 
| Portability | non-portable (uses "manpath" and "bash") | 
| Safe Haskell | None | 
| Language | Haskell98 | 
XMonad.Prompt.Man
Contents
Description
A manual page prompt for XMonad window manager.
TODO
- narrow completions by section number, if the one is specified
     (like /etc/bash_completiondoes)
Usage
- In your ~/.xmonad/xmonad.hs:
import XMonad.Prompt import XMonad.Prompt.Man
- In your keybindings add something like:
, ((modm, xK_F1), manPrompt def)
For detailed instruction on editing the key binding see XMonad.Doc.Extending.