xmonad-contrib-0.11.4: Third party extensions for xmonad

Copyright(c) David Roundy <droundy@darcs.net>
LicenseBSD3-style (see LICENSE)
Maintainernone
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell98

XMonad.Util.NamedWindows

Contents

Description

This module allows you to associate the X titles of windows with them.

Synopsis

Usage

See XMonad.Layout.Tabbed for an example of its use.

getName :: Window -> X NamedWindow Source

withNamedWindow :: (NamedWindow -> X ()) -> X () Source