committed by
Aaron Marcher (drkhsh)
3 changed files with 0 additions and 18 deletions
@ -1,7 +0,0 @@ |
|||||
#!/bin/sh |
|
||||
|
|
||||
while true |
|
||||
do |
|
||||
slstatus |
|
||||
status_reset |
|
||||
done |
|
||||
@ -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