Replies: 2 comments 3 replies
-
Makes sense to me, I see no reason to turn down a good pull request. This is something that I won't let into the UI at first, but can see adding it in later if there is significant demand. Here's a similar feature for reversing all the windows on a single display: 673e903 It's from this PR: #526 Adding it that way makes it configurable via terminal command, out of the box. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I would definitely use this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a specific setup for my displays that made me wonder if this feature might be helpful for me and people with a similar form.
The way I use my displays is uneven. One of them is slightly more centered, which gets my main focus. The other display is slightly leaning toward the edge of the table.
While I code, the editor has the main focus, and documentation is on my side screen.
While I search for something, I keep the editor on the side display for reference.
As you might have guessed, I often switch between these two usages.
Thus, I found myself swapping the contents of my displays manually to proceed with what I do.
Editor to the left, browser to the right. And vice versa.
What I'm wondering is, is this feature even possible to do with Rectangle. Since you need to move not only the window on focus, you also need access to the defocused window on the other display.
TL;DR:
I would be more than happy to work on this if it comes down to that.
P.S. I looked around but couldn't find a similar discussion. Please point me there if this has been discussed before.
Thanks <3
Beta Was this translation helpful? Give feedback.
All reactions