Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
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
--- a/
status_reset.c
+++ /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);
-}