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)
| |
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(+
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