Portability | unportable |
---|---|
Stability | unstable |
Maintainer | andrea.rossato@unibz.it |
A prompt for changing the theme of the current workspace
- 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:
, ((modm .|. controlMask, xK_t), themePrompt defaultXPConfig)
For detailed instruction on editing the key binding see XMonad.Doc.Extending.
themePrompt :: XPConfig -> X ()Source