Version 1.2.4.0 opens menu off-screen - Add X,Y coordinates preferences
m4rcu5 opened this issue · 1 comments
m4rcu5 commented
Since upgrading to version 1.2.4.0
the menu (by hotkey, or by systray) opens off-screen on my system.
My system is OpenSUSE Tumbleweed, running i3wm
, on a multimonitor setup.
As I expect the latter to be the issue, I am including the xorg layout below. I have my primary monitor on the right, and therefore have coordinates in negative positions.
Section "Monitor"
Identifier "DisplayPort-2"
Option "Position" "0 0"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "DisplayPort-3"
Option "Rotate" "Left"
Option "Position" "-2160 -840"
Option "LeftOf" "DisplayPort-2"
EndSection
rickyrockrat commented
I made changes to address someone with a tiny monitor, which started this bit of a mess as to where it should place it's window. I think I need to add an x,y option to address it. Please use 1.2.5, which is a re-tag of 1.2.4 since there is a segfault fix.