xmonad-contrib-0.15: Third party extensions for xmonad

Copyright(c) Andrea Rossato 2007
LicenseBSD-style (see xmonad/LICENSE)
Maintainerandrea.rossato@unibz.it
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell98

XMonad.Layout.ShowWName

Contents

Description

This is a layout modifier that will show the workspace name

Synopsis

Usage

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

import XMonad.Layout.ShowWName
myLayout = layoutHook def
main = xmonad def { layoutHook = showWName myLayout }

For more detailed instructions on editing the layoutHook see:

XMonad.Doc.Extending

showWName :: l a -> ModifiedLayout ShowWName l a Source #

A layout modifier to show the workspace name when switching

showWName' :: SWNConfig -> l a -> ModifiedLayout ShowWName l a Source #

A layout modifier to show the workspace name when switching. It is possible to provide a custom configuration.

def :: Default a => a #

The default value for this type.

defaultSWNConfig :: SWNConfig Source #

Deprecated: Use def (from Data.Default, and re-exported from XMonad.Layout.ShowWName) instead.

data SWNConfig Source #

Constructors

SWNC 

Fields

data ShowWName a Source #

Instances
LayoutModifier ShowWName a Source # 
Instance details

Defined in XMonad.Layout.ShowWName

Read (ShowWName a) Source # 
Instance details

Defined in XMonad.Layout.ShowWName

Show (ShowWName a) Source # 
Instance details

Defined in XMonad.Layout.ShowWName