xmonad-contrib-bluetilebranch-0.9.1.4: Third party extensions for xmonad

Portabilityunportable
Stabilityunstable
Maintainerandrea.rossato@unibz.it

XMonad.Prompt.XMonad

Contents

Description

A prompt for running XMonad commands

Synopsis

Usage

You can use this module with the following in your ~/.xmonad/xmonad.hs:

 import XMonad.Prompt
 import XMonad.Prompt.XMonad

in your keybindings add:

   , ((modm .|. controlMask, xK_x), xmonadPrompt defaultXPConfig)

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

xmonadPromptC :: [(String, X ())] -> XPConfig -> X ()Source

An xmonad prompt with a custom command list