-
Notifications
You must be signed in to change notification settings - Fork 279
Windows don't always open on the display that the mouse cursor is on #1228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this is already fixed in the master branch. |
I will release the updates in staging. |
6421fff - Is this the commit that would have fixed it? It looks like this was committed straight to master. Was this made in relation to a PR or issue? |
Yes, it's a revert of the commit that makes windows ignore the display that they are on, as discussed in #1213, which does the same thing. |
#1213 isn't approved or merged yet, and nothing in the discussion there indicates that was already done. |
This appears to be fixed for me in Manjaro which is up to date to commit 1fddaa8 |
Yes, this was fixed in 6421fff. |
As shown in the video in the discussion post, new windows will open up on the wrong display if I have an active window on a display, and the display with my mouse cursor is empty.
Additionally, if I have windows open on multiple displays, and I move my mouse cursor to a display that doesn't have active windows (focus-on-hover must be turned off for this to work) then open a new window, the new window will fork from the active window on a display that my mouse cursor is not on.
Discussed in #1225
Originally posted by leviport October 25, 2021
When in tiling mode, new windows used to open on the display that the mouse cursor was on. This behavior was changed with 49aba22 so that new windows always branch from the currently active window, no matter which display the mouse cursor is on.
This can lead to some jarring behavior like windows appearing on a different display from the dock or launcher they were launched from, as shown in the recording below:
simplescreenrecorder-2021-10-25_15.15.45.mp4
I am having a hard time deciding whether the old way or the new way makes the most sense, so here's my idea: what if we made it a setting? I think the options could be something along the lines of, "New windows branch from active window" or "New windows follow mouse".
The text was updated successfully, but these errors were encountered: