commit ef6aea30f2ad097b9ad8dd8b046d32236a220c87
Author: Kai Hendry <[email protected]>
Date:   Mon May 1 16:47:32 2017 +0800

    Patch update

diff --git a/st.suckless.org/patches/st-clipboard-20170501-5a10aca.diff 
b/st.suckless.org/patches/st-clipboard-20170501-5a10aca.diff
new file mode 100644
index 0000000..589b354
--- /dev/null
+++ b/st.suckless.org/patches/st-clipboard-20170501-5a10aca.diff
@@ -0,0 +1,14 @@
+diff --git a/x.c b/x.c
+index fbfd350..c122cad 100644
+--- a/x.c
++++ b/x.c
+@@ -507,6 +507,9 @@ 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


Reply via email to