Convert to subfolder

This commit is contained in:
Hektor Misplon
2020-05-07 22:07:40 +00:00
parent 966ee49ea9
commit f69cdb8eed
33 changed files with 13206 additions and 1 deletions

10
.suckless/st-8.3/x.c.rej Normal file
View 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