"Sander van Dijk" <[EMAIL PROTECTED]>
writes:
> Not to put your patch down, but with vanilla dwm you can achieve
> something pretty similar by doing this in your .xinitrc:
>
> while true
> do
> dwm
> done
I ever wondered how I can achieve a behavior like this with a
construction similar to
while true
do
cat $DWM_PIPE
done | /usr/bin/dwm
which I use right now to get several things displayed in dwm's status
area.
Regards,
olli
--
http://www.sopos.org/olli/ GnuPG-Key: gpg --recv-keys 0x9A00D827
GnuPG-Fingerprint: F27A BA8C 1CFB B905 65A8 2544 0F07 B675 9A00 D827