-
Notifications
You must be signed in to change notification settings - Fork 103
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
Bar is Displayed on wrong monitors (Dual Monitor) #636
Comments
Unfortunately Gdk monitor IDs can get out of sync with Hyprland monitor IDs. There is some logic that exists currently to handle this but even it has limits. Could you share with me the output of your |
I assume you meant
Is it possible to manually set my monitor IDs for Hyprpanel? |
Seems like changing the monitor scale with So if your scale is not 1.0, GTK Geometry will not match with hyprland's monitor resolution. So the right way would be to calculate GTK resolution with GTK Geometry / Hyprland Resolution |
I have the same issue, the workspaces are shown on the wrong monitor. hyprctl monitors:
and bar layout:
Distribution: NixOS |
Is this happening for you guys after waking from sleep or right off the bat? |
Happens all the time for me from the moment I installed HyprPanel. I kinda worked around it by completely removing the |
Right away, every time, as far as I have tested. I tried to set two different bar configurations "0"/"eDP-1" and "1" and the correct configuration showed on the monitors, but the workspace indicators were switched around. |
Yeah same for me. |
On my triple-monitor setup at work the following happens: Monitor 0 shows workspaces for monitor 2 I do not have more monitors right now to test, but they seem reversed. |
Closes Jas-SinghFSU#636 Signed-off-by: Simon Kämpe <[email protected]>
I can reproduce this as well. On my triple-monitor setup at work the following happens:
Let me know if I can to anything to help or debug 👍 |
Describe the bug
Using a dual monitor laptop, the bars are being displayed on the wrong screens.
The top (main) screen shows the bar for the bottom screen (workspaces shows the bottom screen's workspaces) and vice versa.
Expected behavior
Bars should be swapped around to be in the correct screens.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: