You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On i3 and GNOME3 for talon stable (0.2.2) and talon beta (v0.2.0-94-g4a40) the following code does not correctly centre the imgui window for a certain multi-monitor/primary configuration:
I have monitors A: 1600x900 and B: 1920x1080. In xrandr I have A at offset 0,0 and B at offset 1600,0. If I make A the xrandr primary then the above code prints out the expected answer (under v0.2.0-94-g4a40):
Ah I bet it's expecting the primary monitor at 0,0 - I likely just need to add the offset now that I've added support for Linux primary monitor assignments that aren't at 0,0
On i3 and GNOME3 for talon stable (0.2.2) and talon beta (v0.2.0-94-g4a40) the following code does not correctly centre the imgui window for a certain multi-monitor/primary configuration:
I have monitors A: 1600x900 and B: 1920x1080. In xrandr I have A at offset 0,0 and B at offset 1600,0. If I make A the xrandr primary then the above code prints out the expected answer (under v0.2.0-94-g4a40):
If I make B the primary and restart Talon then it prints out the wrong answer:
The text was updated successfully, but these errors were encountered: