Thank you.
Yes. If I run compton without "--backend glx", the focus is
transferred normally whern switching through the keyboard (i.e.
modkey+"tab").
When I run compton with --backend glx, the following happens.
Mouse is over a window ("1"). Change focus to other window ("2") such
tha the mouse is outside the new window 2. The focus is on the window
2 just for an instant, then it goes back to window 1.
Change focus again and now the window 2 is focused.
The same thing happens whenever a dialog window appears. It will only
keep focus if it appears where the mouse is pointing at.
I am running awesome 3.5.6
As for sloppy focus, not sure what part that is
Is that this part?
-- Enable sloppy focus
c:connect_signal("mouse::enter", function(c)
if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier
and awful.client.focus.filter(c) then
client.focus = c
end
end)
On Thu, May 28, 2015 at 5:37 AM, [email protected] <[email protected]> wrote:
>
>
>
> Вторник, 26 мая 2015, 16:58 -05:00 от dabicho <[email protected]>:
>
> I am using compton as a composite manager.
>
> I starti it with --backend glx and then focus does not work correctly
>
> I usually have to switch focus (press Mod+Tab) twice if the mouse
> cursor is over the previous window.
>
> Anyone has experienced the same problem? or a better alternative to compton?
>
> Also, performance is not very good but I rather like being able to use
> blured opacity.
>
> Any hint.
>
> Thankyou
>
> --
> To unsubscribe, send mail to [email protected].
>
>
> Is sloppy focus enabled in rc.lua? What if disable this?
> If start without glx backend does focus work correctly?
>
> ---
> [email protected]
--
To unsubscribe, send mail to [email protected].