xmonad-contrib-bluetilebranch-0.8.1.3: Third party extensions for xmonadSource codeContentsIndex
XMonad.Util.Dmenu
Portabilityunportable
Stabilityunstable
MaintainerSpencer Janssen <spencerjanssen@gmail.com>
Contents
Usage
Description

A convenient binding to dmenu.

Requires the process-1.0 package

Synopsis
dmenu :: [String] -> X String
dmenuXinerama :: [String] -> X String
dmenuMap :: Map String a -> X (Maybe a)
menu :: String -> [String] -> X String
menuMap :: String -> Map String a -> X (Maybe a)
Usage

You can use this module with the following in your Config.hs file:

 import XMonad.Util.Dmenu
dmenu :: [String] -> X StringSource
dmenuXinerama :: [String] -> X StringSource
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)Source
menu :: String -> [String] -> X StringSource
menuMap :: String -> Map String a -> X (Maybe a)Source
Produced by Haddock version 2.4.2