8000 Screen ordering is broken · Issue #1595 · rxhanson/Rectangle · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Screen ordering is broken #1595

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

Open
1 task done
nikwen opened this issue May 1, 2025 · 2 comments
Open
1 task done

Screen ordering is broken #1595

nikwen opened this issue May 1, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@nikwen
Copy link
nikwen commented May 1, 2025
  • This is a new bug that hasn't been documented in a closed issue or in the Readme.

macOS version: 15.4.1
Rectangle version: 0.87
Logs if applicable (In Rectangle menu, hold option, "View Logging..."):

Screen arrangement:

I have three screens which are arranged as follows:

| A | C |
  | B |

Expected behavior:

When I have a window on screen A and press Ctrl + Option + Cmd + ->, I expect the window to be moved to screen B because that monitor is further to the right than A and not as far to the right than C. It's the next screen when moving from left to right. The cycle order should be A -> B -> C -> A. (This was the behavior before v0.87.)

Actual behavior:

With v0.87, the cycle order now seems to be A -> C -> B -> A. This is confusing and not intuitive.

@nikwen nikwen added the bug Something isn't working label May 1, 2025
@rxhanson
Copy link
Owner
rxhanson commented May 1, 2025
875E

Thanks for the feedback. I'll plan on adding this back in with a Terminal command that can toggle it on. The way it is as of v0.87 is the intended functionality.

@nikwen
Copy link
Author
nikwen commented May 1, 2025

Thank you, @rxhanson! A terminal command would work great.


Alternatively, I could imagine a UI that would allow the user to drag screens into the right cycle order. For example, it could work similar to the song queue in Apple Music on iOS:

Image

That way, you'll never have to deal with complaints about wrong screen orders again.

I'm open to any solution though. Appreciate your quick response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
0