| xmonad-contrib-0.7: Third party extensions for xmonad | Contents | Index |
|
XMonad.Layout.ShowWName | Portability | unportable | Stability | unstable | Maintainer | andrea.rossato@unibz.it |
|
|
|
|
|
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 defaultConfig
main = xmonad defaultConfig { layoutHook = showWName myLayout }
For more detailed instructions on editing the layoutHook see:
XMonad.Doc.Extending#Editing_the_layout_hook
|
|
showWName :: l a -> ModifiedLayout ShowWName l a |
A layout modifier to show the workspace name when switching
|
|
showWName' :: SWNConfig -> l a -> ModifiedLayout ShowWName l a |
A layout modifier to show the workspace name when switching. It
is possible to provide a costum configuration.
|
|
defaultSWNConfig :: SWNConfig |
|
data SWNConfig |
Constructors | SWNC | | swn_font :: String | Font name
| swn_bgcolor :: String | Background color
| swn_color :: String | String color
| swn_fade :: Rational | Time in seconds of the name visibility
|
|
| Instances | |
|
|
Produced by Haddock version 0.8 |