Convert to subfolder
This commit is contained in:
10
.suckless/st-8.3/x.c.rej
Normal file
10
.suckless/st-8.3/x.c.rej
Normal file
@@ -0,0 +1,10 @@
|
||||
--- x.c
|
||||
+++ x.c
|
||||
@@ -673,6 +673,7 @@ 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
|
||||
Reference in New Issue
Block a user