[dwm] piped input to dwm

From: <lordkrandel_AT_gmail.com>
Date: Thu, 11 Oct 2007 13:21:14 +0200

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?

Wyrmskull
Received on Thu Oct 11 2007 - 13:22:20 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:59:10 UTC