From 6dd945510c09ff65c0c9976e123279d264aa4d14 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Fri, 30 May 2014 23:33:44 +0200 Subject: Unsafe versions of XPropertyLog and NamedXPropertyLog --- readme.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index f1c8f98..0736702 100644 --- a/readme.md +++ b/readme.md @@ -1075,9 +1075,23 @@ more than one battery. [samples/xmonadpropwrite.hs script]: https://github.com/jaor/xmobar/raw/master/samples/xmonadpropwrite.hs +### `UnsafeXPropertyLog PropName` + +- Aliases to `PropName` +- Same as `XPropertyLog`, but the input is not filtered to avoid + injection of actions (cf. `UnsafeXMonadLog`). The program writing + the value of the read property is responsible of performing any + needed cleanups. + +### `NamedXPropertyLog PropName Alias` + +- Aliases to `Alias` +- Same as `XPropertyLog`, but a custom alias can be specified. + ### `NamedXPropertyLog PropName Alias` -- Same as XPropertyLog, but a custom alias can be specified. +- Aliases to `Alias` +- Same as `UnsafeXPropertyLog`, but a custom alias can be specified. ### `Brightness Args RefreshRate` -- cgit v1.2.3