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
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