| Copyright | (c) Andrea Rossato 2007 | 
|---|---|
| License | BSD-style (see xmonad/LICENSE) | 
| Maintainer | andrea.rossato@unibz.it | 
| Stability | unstable | 
| Portability | unportable | 
| Safe Haskell | None | 
| Language | Haskell98 | 
XMonad.Layout.ShowWName
Contents
Description
This is a layout modifier that will show the workspace name
- showWName :: l a -> ModifiedLayout ShowWName l a
- showWName' :: SWNConfig -> l a -> ModifiedLayout ShowWName l a
- def :: Default a => a
- defaultSWNConfig :: SWNConfig
- data SWNConfig = SWNC {}
- data ShowWName a
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:
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.
defaultSWNConfig :: SWNConfig Source
Deprecated: Use def (from Data.Default, and re-exported from XMonad.Layout.ShowWName) instead.
Constructors
| SWNC | |