Do not copy text to clipboard after selecting

This behaviour was introduced in 6833411400
Resolves: #177
This commit is contained in:
Eugene 2020-04-01 13:37:57 +03:00
parent 6725a2fde0
commit 7917ec930a

2
x.c
View File

@ -661,8 +661,6 @@ setsel(char *str, Time t)
XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t); XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win) if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
selclear(); selclear();
clipcopy(NULL);
} }
void void