xmonad-contrib
Copyright(C) 2007 Andrea Rossato
LicenseBSD3
Maintainerandrea.rossato@unibz.it
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

XMonad.Prompt.Theme

Contents

Description

A prompt for changing the theme of the current workspace

Synopsis

Usage

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

import XMonad.Prompt
import XMonad.Prompt.Theme

in your keybindings add:

  , ((modm .|. controlMask, xK_t), themePrompt def)

For detailed instruction on editing the key binding see the tutorial.

data ThemePrompt Source #

Instances

Instances details
XPrompt ThemePrompt Source # 
Instance details

Defined in XMonad.Prompt.Theme

Methods

showXPrompt :: ThemePrompt -> String Source #

nextCompletion :: ThemePrompt -> String -> [String] -> String Source #

commandToComplete :: ThemePrompt -> String -> String Source #

completionToCommand :: ThemePrompt -> String -> String Source #

completionFunction :: ThemePrompt -> ComplFunction Source #

modeAction :: ThemePrompt -> String -> String -> X () Source #