On Thu, Oct 11, 2007 at 01:21:14PM +0200, lordkrandel_AT_gmail.com wrote:
> 
> In my .xinitrc
> 
>    mkfifo $HOME/pipe
>    echo "test"> $HOME/pipe &
>    exec /usr/local/bin/dwm < $HOME/pipe
> 
> Then i open an xterm
> 
>    echo "test" > $HOME/pipe
> 
> "test" does not appear in the statusbar
> What am I missing?
echo sends end of file (EOF) after completion.
Regards,
-- Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361Received on Thu Oct 11 2007 - 18:56:48 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:59:15 UTC