summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-10-27 15:31:03 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-10-27 15:31:03 +0100
commit7e89ff8e2007e057a0b00a5a9c1fd953c565db25 (patch)
tree07ac952215873396bc6a53aafed4369e44204f86
parent69a552a786d05011e3bad23f38add8f99c62468c (diff)
downloadxmobar-7e89ff8e2007e057a0b00a5a9c1fd953c565db25.tar.gz
xmobar-7e89ff8e2007e057a0b00a5a9c1fd953c565db25.tar.bz2
Some clarifications on Run (fixes #127)
-rw-r--r--news.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/news.md b/news.md
index c1d85b5..bbefd47 100644
--- a/news.md
+++ b/news.md
@@ -9,7 +9,9 @@ _New features_
- Support for configuration file living in XDG_CONFIG_HOME (see
[github #99]).
- `Com` uses safer `runInteractiveProcess` instead of spawning a
- shell (David McLean).
+ shell (David McLean). If you're using shell expansion in your
+ `Com` (e.g. "~/bin/script") here's a workaround: `Run Com
+ "/bin/bash" ["-c", "~/bin/script"]` (cf. [github #127]).
- New plugin `UnsafeStdinReader` that allows actions from stdin.
Now it's possible to have clickable workspaces!
(Thiago Negri, see [github #125]).
@@ -31,6 +33,7 @@ _Bug fixes_
[github #125]: https://github.com/jaor/xmobar/issues/125
[issue #65]: http://code.google.com/p/xmobar/issues/detail?id=65
[github #118]: https://github.com/jaor/xmobar/issues/118
+[github #127]: https://github.com/jaor/xmobar/issues/127
## Version 0.18 (June 5, 2013)