You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shell surface items only have the "click to focus" policy but we need more, like "focus follows mouse".
We also want an automatic mode that will allow the compositor to choose: lock screens will need that, in order for the surface layout to automatically give them focus.
The text was updated successfully, but these errors were encountered:
Actually, now that I remember: I had implemented this in WaylandShell but it only has automatic and manual policies.
Guess that manual could be expanded into more detailed policies such as those mentioned above (click to focus and focus follows mouse).
Create a QQuickItem::FocusPolicy enum with ClickToFocus and FocusFollowsMouse instead of the focusOnClick property.
Our surface layout handles all king of surfaces, not only layer surfaces
so we should give focus to those that demand their focus to be
automatically set.
Issue: #22
Shell surface items only have the "click to focus" policy but we need more, like "focus follows mouse".
We also want an automatic mode that will allow the compositor to choose: lock screens will need that, in order for the surface layout to automatically give them focus.
The text was updated successfully, but these errors were encountered: