Merge pull request #183 from Fogapod/master

Do not copy text to clipboard after selecting
This commit is contained in:
Luke Smith 2020-04-01 09:24:32 -04:00 committed by GitHub
commit e248ef8c33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
x.c
View file

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