throw clipboard patch out, doesn't match my workflow

master
gutmet 2021-03-19 10:44:00 +01:00
parent 319cdef145
commit 674e855b78
2 changed files with 0 additions and 2 deletions

View File

@ -5,6 +5,5 @@ This version of st differs from the original on suckless.org as follows:
- applied scrollback patch
(speed set to 3, bound to Ctrl+PageUp/Down)
- applied delkey patch
- applied clipboard patch
- set zooming to Ctrl+Plus/Minus/0
- use 14pt font

1
x.c
View File

@ -673,7 +673,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