removed that status_reset (we will do that with signals) and loop.sh (we wont need it)
Aaron Marcher info@nulltime.net
Fri, 09 Sep 2016 19:12:08 +0200
3 files changed,
0 insertions(+),
18 deletions(-)
D
status_reset.c
@@ -1,10 +0,0 @@
-#include <X11/Xlib.h> - -int -main(void) -{ - Display *dpy = XOpenDisplay(NULL); - XStoreName(dpy, DefaultRootWindow(dpy), NULL); - XCloseDisplay(dpy); - return (0); -}