-
Notifications
You must be signed in to change notification settings - Fork 28
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
Overlay sometimes appears on the wrong monitor in multi monitor setups #334
Comments
Updating this with the info that the numbers are entirely random as i had to set it to index |
installed from aur, version 0.7.4 this is happening for me too. atm i am trying to switch the layout from a monitor to the other but it isnt even doing anything even though i try it out with different settings. oh and it only happens in the anchor to edge setting. there is also no "place window" button in this setting. |
That last comment sounds like an unrelated issue so I've opened a new issue for it. Thanks for the heads up I'll look into this shortly |
Probably a stupid question, but want to rule out something before commiting major changes: Do the xrandr/wl-randr names remain consistent at least? So monitors always show as the same name (HDMI-1, DP-1, eDP-1 etc) I strongly doubt driver changes would be the cause, but if we're sure the device name is consistent I could use that in place of index storage. |
Nope, went ahead with it without waiting for an answer. Sorry. @HikariKnight Heads up, the config-switcher you're using will probably break with this upstream change. Now the This is probably the nearest we'll get to a sensible answer. For most people |
Salutations! this is great news at least! |
bit late as i was on vacation with no access to github. but yes |
Steps to Reproduce
Steps to reproduce the behavior:
0
Expected behavior
Overlay appears on the correct monitor, this is a triple monitor setup for reference.
Problematic behavior
It seems like the monitor indexes can randomly get shuffled at boot, making the overlay display on the wrong monitor.
This might be an underlying problem with some libraries and not directly a discover overlay issue.
Desktop (please complete the following information):
Installation Method
Discord client information
Additional context
So far from what i have noticed, only index0
and1
seem to swap places, will update this if i notice i have to swap to index2
at any point.The indexes seem to be shuffled each time to be assigned a new index.
The text was updated successfully, but these errors were encountered: