[dev] [dwm] A status program

2012-09-05 Thread Neale Pickett
http://woozle.org/~neale/g.cgi/status I've been maintaining a status program (in C) for a while now. It makes your status line look like this: -49dBm 1.82 1.6G 62° (64%) 10 Nov 11:51 | | | || | | | |Battery (parens = discharging) | |

Re: [dev] [PATCH] dwm -- Proper SIGCHLD usage , fix issue with uncollected processes

2009-08-13 Thread Neale Pickett
Anselm R Garbe writes: > > I'm fine with this patch, will be applied soon. We think you should also consider changing line 1431 to call sigchld(0) instead of signal(SIGCHLD, sigchld). I haven't tested this yet, though. Neale >> --- >>  dwm.c |    8 +--- >>  1 files changed, 5 insertions(+

Re: [dev] [PATCH] dwm -- Proper SIGCHLD usage , fix issue with uncollected processes

2009-08-12 Thread Neale Pickett
Premysl 'Anydot' Hruby writes: > This is much cleaner and portable way of using SIGCHLD. It also > disallow existence of defunct processes, one which are executed for > example from .Xsession before (on the end) exec /path/../dwm I contributed the original sigchld patch. I like your patch, Anyd