Anselm R. Garbe <[EMAIL PROTECTED]> 2008-03-18:
> On Tue, Mar 18, 2008 at 11:31:40AM +0100, Pontus Andersson wrote:
> > It's a pity that the "-b" flag was removed, because now you need to
> > calculate the units yourself in order to place it on the bottom of
> > the screen.
> 
> I missed the bottom issue when removing -b, it will be present again
> in next release.

Maybe negative -x/-y values could be interpreted as reverse direction,
from to the right or bottom respectively?

In the meantime, I used the following workaround in my wmiirc:

wmii_bottom_y=`wmiir read /tag/sel/index | awk '/^# ~/ {print $4}'`
# [...]
WMII_MENU="dmenu -y '$wmii_bottom_y' -fn '$WMII_FONT' \
        -nf '$1' -nb '$2' -sf '$4' -sb '$5'"

-Dan

-- 
Daniel Roethlisberger <[EMAIL PROTECTED]>

Reply via email to