commit 395aa6512699381b5b97acf7200ec15b2e37b52f
Author: FRIGN <[email protected]>
Date:   Thu Sep 17 16:56:11 2015 +0200

    Remove debug-code from st externalpipe for st-0.6

diff --git a/st.suckless.org/patches/st-0.6-externalpipe.diff 
b/st.suckless.org/patches/st-0.6-externalpipe.diff
index dd3ebcd..5bdc901 100644
--- a/st.suckless.org/patches/st-0.6-externalpipe.diff
+++ b/st.suckless.org/patches/st-0.6-externalpipe.diff
@@ -1,17 +1,5 @@
-diff --git a/config.def.h b/config.def.h
-index 64e75b8..9245814 100644
---- a/config.def.h
-+++ b/config.def.h
-@@ -128,6 +128,7 @@ static Shortcut shortcuts[] = {
-       { MODKEY|ShiftMask,     XK_C,           clipcopy,       {.i =  0} },
-       { MODKEY|ShiftMask,     XK_V,           clippaste,      {.i =  0} },
-       { MODKEY,               XK_Num_Lock,    numlock,        {.i =  0} },
-+      { MODKEY,               XK_u,           externalpipe,   {.v =  "rot13 > 
/tmp/test-externalpipe.txt"} },
- };
- 
- /*
 diff --git a/st.c b/st.c
-index b89d094..941deb5 100644
+index b89d094..124ed16 100644
 --- a/st.c
 +++ b/st.c
 @@ -326,6 +326,7 @@ static void clipcopy(const Arg *);


Reply via email to