commit 8b5efa49eaab670951474fa212e49eeb04e67b85
Author: Dallin Dahl <[email protected]>
Date:   Fri Apr 10 16:13:16 2020 -0600

    adding another plumbing patch

diff --git a/st.suckless.org/patches/right_click_to_plumb/index.md 
b/st.suckless.org/patches/right_click_to_plumb/index.md
index aa617d0d..7ec46691 100644
--- a/st.suckless.org/patches/right_click_to_plumb/index.md
+++ b/st.suckless.org/patches/right_click_to_plumb/index.md
@@ -69,3 +69,23 @@ Download
 Authors
 -------
 * [john](http://roxor.me) <[email protected]>
+
+A simpler, more flexible plumb patch
+====================================
+A further development on the previous patch to allow for specifying the 
command line
+
+       static char *plumb_cmd[] = {"plumb", "-m", NULL, NULL};
+
+My plumb utility takes on the stdin by default, and requires another option to 
+be passed input on the command line, so I made this to allow for that.  It can 
be
+applied on its own, without the other patches.  It replaces the first NULL with
+the current selection.
+
+Download
+--------
+* [simple_plumb.diff](simple_plumb.diff) (2020-04-10)
+
+Authors
+-------
+* [dallin](dallinjdahl.github.io) <[email protected]>
+


Reply via email to