commit 18386e4394a91bbf7f54aa4b5276dcf17f43bbb3
Author: Ivan Tham <[email protected]>
Date:   Tue Oct 6 11:49:36 2015 +0800

    [st] Update externalpipe readme

diff --git a/st.suckless.org/patches/externalpipe.md 
b/st.suckless.org/patches/externalpipe.md
index 83ce842..9536c61 100644
--- 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


Reply via email to