xmonad-contrib-0.7: Third party extensions for xmonadSource codeContentsIndex
XMonad.Prompt.Shell
Portabilityunportable
Stabilityunstable
Maintainerandrea.rossato@unibz.it
Contents
Usage
Description
A shell prompt for XMonad
Synopsis
shellPrompt :: XPConfig -> X ()
getCommands :: IO [String]
getShellCompl :: [String] -> String -> IO [String]
split :: Eq a => a -> [a] -> [[a]]
Usage

1. In your ~/.xmonad/xmonad.hs:

 import XMonad.Prompt
 import XMonad.Prompt.Shell

2. In your keybindings add something like:

   , ((modMask x .|. controlMask, xK_x), shellPrompt defaultXPConfig)

For detailed instruction on editing the key binding see XMonad.Doc.Extending#Editing_key_bindings.

shellPrompt :: XPConfig -> X ()Source
getCommands :: IO [String]Source
getShellCompl :: [String] -> String -> IO [String]Source
split :: Eq a => a -> [a] -> [[a]]Source
Produced by Haddock version 2.3.0