Do not copy text to clipboard after selecting

This behaviour was introduced in https://github.com/LukeSmithxyz/st/commit/683341140065b3096ee9e7e3e3b042f9c52230a6
Resolves: #177
This commit is contained in:
Eugene
2020-04-01 13:37:57 +03:00
parent 6725a2fde0
commit 7917ec930a
-2
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