taffybar-2.0.0: A desktop bar similar to xmobar, but with more GUI

Copyright(c) José A. Romero L.
LicenseBSD3-style (see LICENSE)
MaintainerIvan Malison <IvanMalison@gmail.com>
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

System.Taffybar.Widget.Windows

Contents

Description

Menu widget that shows the title of the currently focused window and that, when clicked, displays the list of all currently open windows allowing to switch to any of them.

Synopsis

Usage

The window switcher widget requires that the EwmhDesktops hook from the XMonadContrib project be installed in your xmonad.hs file:

import XMonad.Hooks.EwmhDesktops (ewmh)
main = do
  xmonad $ ewmh $ defaultConfig
...

windowsNew :: WindowsConfig -> TaffyIO Widget Source #

Create a new Windows widget that will use the given Pager as its source of events.

data WindowsConfig Source #

Constructors

WindowsConfig 

Fields