On Fri, Sep 01, 2017 at 09:48:58AM +0200, [email protected] wrote: > commit 77c51c5a6b16387f1792e23acbcf2080f790aa25 > Author: Anselm R Garbe <[email protected]> > AuthorDate: Fri Sep 1 09:48:24 2017 +0200 > Commit: Anselm R Garbe <[email protected]> > CommitDate: Fri Sep 1 09:48:24 2017 +0200 > > make clipboard patch obsolete > > diff --git a/x.c b/x.c > index fbfd350..ab9593e 100644 > --- a/x.c > +++ b/x.c > @@ -507,6 +507,7 @@ 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 >
Is this wanted behaviour as a default? In my usage the separation of the clipboards (primary, secondary, clipboard) are useful. For example I use the primary clipboard contents for my "plumber" script. -- Kind regards, Hiltjo
