> commit ef6aea30f2ad097b9ad8dd8b046d32236a220c87 > Author: Kai Hendry <[email protected]> > Date: Mon May 1 16:47:32 2017 +0800
Hi Hendry, > Patch update Next time, please use a more descriptive commit message, like [st] update clipboard patch Thanks! > 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 Didn't you forgot to update clipboard.md too?
