Browse Source

removed that status_reset (we will do that with signals) and loop.sh (we wont need it)

Aaron Marcher 9 years ago
parent
commit
7710c9ed85
3 changed files with 0 additions and 18 deletions
  1. 0 1
      TODO.md
  2. 0 7
      loop.sh
  3. 0 10
      status_reset.c

+ 0 - 1
TODO.md

@@ -2,4 +2,3 @@ Todo
 ====
 
 - slstatus icon (in that cool dwm icon style)
-- include status_reset in the makefile

+ 0 - 7
loop.sh

@@ -1,7 +0,0 @@
-#!/bin/sh
-
-while true
-do
-	slstatus
-	status_reset
-done

+ 0 - 10
status_reset.c

@@ -1,10 +0,0 @@
-#include <X11/Xlib.h>
-
-int
-main(void)
-{
-	Display *dpy = XOpenDisplay(NULL);
-	XStoreName(dpy, DefaultRootWindow(dpy), NULL);
-	XCloseDisplay(dpy);
-	return (0);
-}