xmonad-contrib-0.7: Third party extensions for xmonadContentsIndex
XMonad.Prompt.Theme
Portabilityunportable
Stabilityunstable
Maintainerandrea.rossato@unibz.it
Contents
Usage
Description
A prompt for changing the theme of the current workspace
Synopsis
themePrompt :: XPConfig -> X ()
Usage

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

 import XMonad.Prompt
 import XMonad.Prompt.Theme

in your keybindings add:

   , ((modMask x .|. controlMask, xK_t), themePrompt defaultXPConfig)

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

themePrompt :: XPConfig -> X ()
Produced by Haddock version 0.8