Add the version 8 things.

This commit is contained in:
Howland Owl 2019-03-12 13:56:40 +02:00
parent 1ed1f68912
commit 1c5a44eaf3
25 changed files with 7215 additions and 0 deletions

13
8/st-clipboard-0.8.1.diff Normal file
View file

@ -0,0 +1,13 @@
diff --git a/x.c b/x.c
index c343ba2..f2a4f65 100644
--- a/x.c
+++ b/x.c
@@ -627,6 +627,8 @@ setsel(char *str, Time t)
XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
selclear();
+
+ clipcopy(NULL);
}
void