Do not copy text to clipboard after selecting

This behaviour was introduced in 6833411400
Resolves: #177
jaspers-st
Eugene 5 years ago
parent 6725a2fde0
commit 7917ec930a

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