 | xmonad-contrib-0.7: Third party extensions for xmonad | Contents | Index |
|
| XMonad.Util.Dmenu | | Portability | unportable | | Stability | unstable | | Maintainer | Spencer Janssen <sjanssen@cse.unl.edu> |
|
|
|
|
|
| Description |
A convenient binding to dmenu.
Requires the process-1.0 package
|
|
| Synopsis |
|
|
|
|
| Usage
|
|
You can use this module with the following in your Config.hs file:
import XMonad.Util.Dmenu
|
|
| dmenu :: [String] -> X String |
|
| dmenuXinerama :: [String] -> X String |
| Starts dmenu on the current screen. Requires this patch to dmenu:
http://www.jcreigh.com/dmenu/dmenu-3.2-xinerama.patch
|
|
| dmenuMap :: Map String a -> X (Maybe a) |
|
| Produced by Haddock version 0.8 |