diff options
author | Aaron Marcher <info@nulltime.net> | 2016-09-09 19:12:08 +0200 |
---|---|---|
committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-09-09 19:12:08 +0200 |
commit | 7710c9ed8514767af3d1fdc86d0e64d7621fc5d9 (patch) | |
tree | 95415bd6dff25a349b7baa56f3e57595ba958da0 /status_reset.c | |
parent | 6518f41b1f96b2bd684c2e37b5ea0002074cc49b (diff) |
removed that status_reset (we will do that with signals) and loop.sh (we wont need it)
Diffstat (limited to 'status_reset.c')
-rw-r--r-- | status_reset.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/status_reset.c b/status_reset.c deleted file mode 100644 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); -} |