On 02 Jun 2013 12:50, Hans Georg Schaathun wrote:
> Dear all,

Hey there!

> Basically, I think the only event which should cause a focus change
> is the mouse pointer entering the window.

Then I think you can delete the 

        focus = awful.client.focus.filter

from the rules list. That rule adds the new clients to the focus filter,
so this change will achieve your desired effect. For your reference,
that line is almost at the end of the default rc.lua, in the
awful.rules.rules array.

Alternatively, you could try adding a custom rule (via instance match,
for example), to apply only to the clients you want.

Cheers,

Enric Morales

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

Reply via email to