xmonad-contrib-0.17.1.9: Community-maintained extensions for xmonad
Copyright(C) 2007 Andrea Rossato
LicenseBSD3
Maintainerandrea.rossato@unibz.it
Stabilityunstable
Portabilityunportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

XMonad.Prompt.XMonad

Contents

Description

A prompt for running XMonad commands

Synopsis

Usage

You can use this module with the following in your 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 the tutorial.

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

An xmonad prompt with a custom command list

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

An xmonad prompt with a custom command list and a custom title