removed that status_reset (we will do that with signals) and loop.sh (we wont need it)
This commit is contained in:
parent
6518f41b1f
commit
7710c9ed85
1
TODO.md
1
TODO.md
|
@ -2,4 +2,3 @@ Todo
|
||||||
====
|
====
|
||||||
|
|
||||||
- slstatus icon (in that cool dwm icon style)
|
- slstatus icon (in that cool dwm icon style)
|
||||||
- include status_reset in the makefile
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
#include <X11/Xlib.h>
|
|
||||||
|
|
||||||
int
|
|
||||||
main(void)
|
|
||||||
{
|
|
||||||
Display *dpy = XOpenDisplay(NULL);
|
|
||||||
XStoreName(dpy, DefaultRootWindow(dpy), NULL);
|
|
||||||
XCloseDisplay(dpy);
|
|
||||||
return (0);
|
|
||||||
}
|
|
Loading…
Reference in New Issue