aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2017-09-02 13:52:33 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2017-09-02 13:52:33 +0200
commit9c61f29bb7da237907e42875ebe7d0084e8ab1ac (patch)
tree1e3801ca5706733d67927a5ddd53f5db3e033fa1
parent77c51c5a6b16387f1792e23acbcf2080f790aa25 (diff)
downloadst-9c61f29bb7da237907e42875ebe7d0084e8ab1ac.tar.gz
Revert "make clipboard patch obsolete"
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.
-rw-r--r--x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/x.c b/x.c
index ab9593e..fbfd350 100644
--- 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
remember that computers suck.