Re: [dwm] Reloading running dwm - reload patch

From: Szabolcs Nagy <nszabolcs_AT_gmail.com>
Date: Wed, 21 Mar 2007 14:07:44 +0100

> while true
> do
> cat $DWM_PIPE
> done | /usr/bin/dwm

it looks like a busy-loop
shouldn't there be a sleep in there?

while true
do
    sleep 1
    cat $DWM_PIPE
done | dwm
Received on Wed Mar 21 2007 - 14:07:46 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:39:44 UTC