On Wed, Mar 21, 2007 at 02:25:54PM +0100, Sander van Dijk wrote:
> Probably like:
> 
> while true
> do
>    while true
>    do
>        cat $DWM_PIPE
>    done | /usr/bin/dwm
> done
> 
> Greets, Sander.

It works here in this way:

while true
do
   while true
   do
       /usr/local/bin/dwm < $HOME/.dwm/fifo
   done
done

Thanks for the hint :)
-- 
Marco Squarcina >|<  www.minimalblue.com >|< GPG key: 6E47BFC5


Reply via email to