Robert Manea wrote:
You can get rid of the nasty EOF problem without using a loop, that continously replaces your input, like this:mkfifo pipe tail -f pipe | dwm And from an xterm or some other source: echo foobar > pipe
Looks like your method introduces some variable lag ( < 1 sec) between the echo command and the visualization on the statusbar. I need the change to be almost immediate. Wyrmskull
