|
XMonad.Util.StringProp | Portability | unportable | Stability | unstable | Maintainer | Nicolas Pouillard <nicolas.pouillard@gmail.com> |
|
|
|
Description |
Internal utility functions for storing Strings with the root window.
Used for global state like IORefs with string keys, but more latency,
persistent between xmonad restarts.
|
|
Synopsis |
|
|
|
Documentation |
|
|
|
|
Get the name of a string property and returns it as a Maybe.
|
|
|
Set the value of a string property.
|
|
|
Given a property name, returns its contents as a list. It uses the empty
list as default value.
|
|
|
Given a property name and a list, sets the value of this property with
the list given as argument.
|
|
Produced by Haddock version 2.6.1 |