Apply clipboard

This commit is contained in:
Shourai 2020-07-18 12:48:58 +02:00
parent 01802617da
commit ea29931305

1
x.c
View File

@ -678,6 +678,7 @@ 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