Re: [dev] [dwm] terminating the status loop

From: Thomas Dahms <dahms_AT_ymail.com>
Date: Wed, 27 Apr 2011 14:34:11 +0200

On Wed, 27 Apr 2011 13:55:08 +0200, Kurt Van Dijck <kurt.van.dijck_AT_eia.be>
wrote:

> why not just:
> dwm
> kill $statuspid
>
> I see no use in backgrounding dwm, and then waiting for it.
> What did I miss?

Nothing; backgrounding dwm was left from trying a few other ways to do it.
Thank you.
Then it can be simplified further:

   while true; do
       xsetroot -name ...
       sleep 1
   done &
   dwm
   kill $!

I wonder whether the README should be updated accordingly. But it is there
for years and nobody seemed to notice before. I attach the trivial patch,
just in case.

-- 
Thomas Dahms

Received on Wed Apr 27 2011 - 14:34:11 CEST

This archive was generated by hypermail 2.2.0 : Wed Apr 27 2011 - 14:36:02 CEST