Am 25.04.2015 um 05:03 schrieb Rena:
> Two, somewhat related questions, regarding Awesome v3.5.6:
> 
> 1. How to use high-numbered mouse buttons? e.g. I've added to my
> clientbuttons table:
>     awful.button({                 }, 10, awful.mouse.client.move),
>     awful.button({         "Shift" }, 10, awful.mouse.client.resize),
> When I press button 10 the cursor changes to the "move" icon (or, with
> Shift, changes to the "resize" icon and snaps to a corner of the
> window), but when dragging, nothing happens; the cursor returns to the
> normal pointer and the window isn't moved or resized.

Sorry, nope. Button press and release events are reported for such high buttons,
but button move events only report the state of some "low" buttons (the first 8
buttons? I'm not sure right now).

So... awesome would need to be fixed somehow for this. My last attempt at this
caused bugs with stuck mouse buttons.

> 2. How to block mouse events from reaching the client? e.g. I use
> Mod4+scroll wheel to adjust a window's opacity, but this also causes
> the window to scroll; how to prevent that?

Same response: Sorry.

Cheers,
Uli
-- 
Homophobia - The fear that another man will treat you the way you treat women.

-- 
To unsubscribe, send mail to [email protected].

Reply via email to