On 06/02/07, Denis Grelich <[EMAIL PROTECTED]> wrote:
Hello again,

addressing some reported issues, we've uploaded a new release
candidate:

        http://www.suckless.org/download/wmii-3.6-rc2.tar.gz
        http://www.suckless.org/download/wmii-3.6-rc2.tar.gz.md5
        http://www.suckless.org/download/wmii-3.6-rc2.tar.gz.sha1

Changes are mostly concerning rendering of labels and fonts, but also
some cleanups. The bug of shell expansion in dmenu has been fixed as
well.

Try it out, critique is always welcome!

Greetings
Denis Grelich



Happily using 3.6-rc2 here, without issue, but I noticed something minor.

With the way the wmiir wrapper is currently written, it leaves /bin/sh
running while ixpc does its thing. Not a great issue most of the time,
but little bits add up with things such as the event loop.
Fortunately, this is easily fixed by changing wmiir to as follows:

#!/bin/sh
exec ixpc -a "$WMII_ADDRESS" $@

Just a suggestion.
~celti

Reply via email to