Xinqi Bao's Git

removed that status_reset (we will do that with signals) and loop.sh (we wont need it)
[slstatus.git] / status_reset.c
diff --git a/status_reset.c b/status_reset.c
deleted file mode 100644 (file)
index eebaac6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <X11/Xlib.h>
-
-int
-main(void)
-{
-       Display *dpy = XOpenDisplay(NULL);
-       XStoreName(dpy, DefaultRootWindow(dpy), NULL);
-       XCloseDisplay(dpy);
-       return (0);
-}