sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 8b5efa49eaab670951474fa212e49eeb04e67b85
parent f8e36e1e304972dee8111f047a5e6f573975c2de
Author: Dallin Dahl <dallinjdahl@gmail.com>
Date:   Fri, 10 Apr 2020 16:13:16 -0600

adding another plumbing patch

Diffstat:
Mst.suckless.org/patches/right_click_to_plumb/index.md | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git 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) <j@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@gmail.com> +