-
Notifications
You must be signed in to change notification settings - Fork 49
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
Two different size monitors = windows on both screens #2
Comments
I'm sure there is a way to fix the script. In fact, I'd say it's a bug that it doesn't work. However, I don't have a way to work on it anymore (I've since switched to plain GNOME) so maybe others could help you figure it out? |
need to be merged with: http://superuser.com/questions/603528/how-to-get-the-current-monitor-resolution-or-monitor-name-lvds-vga1-etc first who do a PR ;) |
So I coded some thing here: https://github.com/Sylvain303/move-to-next-monitor/tree/center-screen-offset Sorry I modified the code a lot, in order to have function calls to test part of the code. It's also only bash compatible for now. I was thinking about centering the window in the screen, but I didn't implement it. If someone can test it with more than two screens and with different offset. Also I've a bug with a decoration offset, or something, because it applies a padding on 'y' offset down, if you repeat the move the window end to be at the bottom, on my primary screen. |
Hi @Sylvain303, It's been 4 years... I hope you figured this out. Regardless, I don't use this anymore so I'm going to close this issue. If you've figured it out, let me know. |
Hi @jc00ke, Yes I managed to solve this. I don't use it currently, neither. As I don't have dual screen for now. |
Hi,
I have two screen with different size. One in my laptop screen (1600x900 16/9) and the other is an external monitor (1280x1024 4/3).
I am using Xfce and was looking for a way to move windows from one screen to the other with a single keystroke. move-to-next-monitor works but some time, the windows is splited between the two monitors. A piece of the window is on the left monitor (laptop) and the rest in on the right monitor (erternal).
I guess this happens because the resolution of the laptop is higher than the one of the external monitor.
Is there a way to customize the script to handle this problem?
Here are some informations about my configuration:
The text was updated successfully, but these errors were encountered: