]> git.armaanb.net Git - st.git/commitdiff
Revert "make clipboard patch obsolete"
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 2 Sep 2017 11:52:33 +0000 (13:52 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 2 Sep 2017 11:52:33 +0000 (13:52 +0200)
This reverts commit 77c51c5a6b16387f1792e23acbcf2080f790aa25.

Having multiple clipboards are useful, for example for plumber scripts.
I've discussed this on IRC and it is useful to have.

x.c

diff --git a/x.c b/x.c
index ab9593ead339ee991129a86da63728a01576adc1..fbfd35043b7652301079ce3ccfad2e7bcd698c2d 100644 (file)
--- a/x.c
+++ b/x.c
@@ -507,7 +507,6 @@ xsetsel(char *str, Time t)
        XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
        if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
                selclear_(NULL);
-       xclipcopy();
 }
 
 void