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
Since yesterday ( presumably 7da0bc4) it seems like moving the focus to a window on another display no longer always focuses that window, setting it active. If cursor_follows_focus is true, the cursor does move to the window, but the active hint is not set and the window is not focused, receiving no keyboard input.
For some applications the focusing seems to work just fine, while others produce this problem. One application that reliably does not receive focus on my end is Firefox.
Steps to reproduce:
Have two displays, Left and Right
Open a window in each display
While having the window on Left active, use keybind to Focus window right
Observe the window on Left still being active
Alternate steps, using focus_follows_cursor:
Have to displays, Left and Right
Open a window on Left, and two windows side-by-side on Right
Click on the right window on Right
Hover over the left window — it becomes focused
Hover over window on Left — the focus does not change, remaining on Right
The text was updated successfully, but these errors were encountered:
Since yesterday ( presumably 7da0bc4) it seems like moving the focus to a window on another display no longer always focuses that window, setting it active. If
cursor_follows_focus
istrue
, the cursor does move to the window, but the active hint is not set and the window is not focused, receiving no keyboard input.For some applications the focusing seems to work just fine, while others produce this problem. One application that reliably does not receive focus on my end is Firefox.
Steps to reproduce:
Focus window right
Alternate steps, using
focus_follows_cursor
:Left
andRight
Left
, and two windows side-by-side onRight
Right
Left
— the focus does not change, remaining onRight
The text was updated successfully, but these errors were encountered: