commit 18386e4394a91bbf7f54aa4b5276dcf17f43bbb3
parent e3e899245a69420b9081dea2d96660d3dcc74953
Author: Ivan Tham <pickfire@riseup.net>
Date: Tue, 6 Oct 2015 11:49:36 +0800
[st] Update externalpipe readme
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/st.suckless.org/patches/externalpipe.md b/st.suckless.org/patches/externalpipe.md
@@ -4,7 +4,7 @@ externalpipe
Description
-----------
-This patch lets you write st's screen through a pipe.
+Reading and writing st's screen through a pipe.
Example
-------
@@ -14,7 +14,7 @@ dmenu to select and open one:
static Shortcut shortcuts[] = {
...
- { MODKEY, 'u', externalpipe, { .s = "xurls | dmenu -l 10 | xargs -r open" } },
+ { MODKEY, 'u', externalpipe, { .v = "xurls | dmenu -l 10 | xargs -r open" } },
};
([xurls](https://raw.github.com/bobrippling/perlbin/master/xurls) and