Merge pull request #183 from Fogapod/master

Do not copy text to clipboard after selecting
jaspers-st
Luke Smith 5 years ago committed by GitHub
commit e248ef8c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
x.c

@ -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

Loading…
Cancel
Save