-
Notifications
You must be signed in to change notification settings - Fork 20
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
Window overflow to adjacent monitor when movefocus #58
Comments
Yes,, windows "stay there" for a short period in the adjacent monitor. This is a known issue that started after Hyprland v0.35, as explained here. There is basically nothing I can do. Let me know if that is exactly what you mean, or there is something else I am not understanding. Otherwise I will have to close the issue, as there is nothing I can do in the plugin to change that behavior. |
Thanks for your reply. Sorry for making a redundant issue. I really enjoy this plugin, too bad it cannot work perfectly with my setup. I will close this issue due to repeated topic. |
Yes, I share your feelings, I also have a multi-monitor setup and see the issue. After almost six months, I am used to it, but it used to be a bit frustrating. |
For reference hyprwm/Hyprland#8349 The fix will be available from Hyprland v0.45 |
I have a three-monitors setup, and the window will overflow to the adjacent monitor when I
movefocus
.To reproduce, I set my column width to one half, and opens three window in a row, so it will take 1.5 of my screen width. So whenever I switch focus between these three windows, the one that is leaving my screen will show on the adjacent screen for a second and then disappear. Below is the recording of my secondary monitor, the window in the main monitor moved to this monitor when I was doing
movefocus
.recording2.mp4
Another thing might be related, the window remains when I switch to a new workspace. In the recording below, I switched to workspace 2, but the rightmost workspace is still there during the animation.
recording.mp4
Is there anyway to only display windows in their current workspace?
The text was updated successfully, but these errors were encountered: