commit 395aa6512699381b5b97acf7200ec15b2e37b52f
parent 1c844f373a2502628e9e9b33a1b831b11b991205
Author: FRIGN <dev@frign.de>
Date: Thu, 17 Sep 2015 16:56:11 +0200
Remove debug-code from st externalpipe for st-0.6
Diffstat:
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git 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 *);