[wiki] [sites] adding another plumbing patch || Dallin Dahl

From: <git_AT_suckless.org>
Date: Sat, 11 Apr 2020 00:13:21 +0200

commit 8b5efa49eaab670951474fa212e49eeb04e67b85
Author: Dallin Dahl <dallinjdahl_AT_gmail.com>
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
_AT_@ -69,3 +69,23 @@ Download
 Authors
 -------
 * [john](http://roxor.me) <j_AT_roxor.me>
+
+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) <dallinjdahl_AT_gmail.com>
+
Received on Sat Apr 11 2020 - 00:13:21 CEST

This archive was generated by hypermail 2.3.0 : Sat Apr 11 2020 - 00:24:50 CEST