Hi,
On Sun, Jun 02, 2013 at 08:48:20PM +0200, Enric Morales wrote:
> > 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
I don't find that line, but I have this section
awful.rules.rules = {
-- All clients will match this rule.
{ rule = { },
properties = { border_width = beautiful.border_width,
border_color = beautiful.border_normal,
focus = true,
keys = clientkeys,
buttons = clientbuttons } },
I guess that I can set «focus = false» to get what I want.
I will test the next time I see my desktop :-)
Thanks a lot.
> Alternatively, you could try adding a custom rule (via instance match,
> for example), to apply only to the clients you want.
Right. It is a long time since I had to dig into the WM config,
but now it is coming back to me. Thanks for your help.
--
:-- Hans Georg
--
To unsubscribe, send mail to [email protected].