xmonad-contrib-0.12: Third party extensions for xmonad

Copyright(C) 2007 Andrea Rossato
LicenseBSD3
Maintainerandrea.rossato@unibz.it
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell98

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 def)

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