| xmonad-contrib-0.7: Third party extensions for xmonad | Contents | Index |
|
XMonad.Util.WindowProperties | Portability | unportable | Stability | unstable | Maintainer | Roman Cheplyaka <roma@ro-che.info> |
|
|
|
|
|
Description |
EDSL for specifying window properties, such as title, classname or resource.
|
|
Synopsis |
|
|
|
|
Usage
|
|
This module allows to specify window properties, such as title, classname or
resource, and to check them.
In contrast to ManageHook properties, these are instances of Show and Read,
so they can be used in layout definitions etc. For example usage see XMonad.Layout.IM
|
|
data Property |
Most of the property constructors are quite self-explaining.
| Constructors | | Instances | |
|
|
hasProperty :: Property -> Window -> X Bool |
Does given window have this property?
|
|
focusedHasProperty :: Property -> X Bool |
Does the focused window have this property?
|
|
Produced by Haddock version 0.8 |