rickyrockrat / parcellite

GNU General Public License v3.0
220 stars 29 forks source link

Version 1.2.4.0 opens menu off-screen - Add X,Y coordinates preferences #93

Open m4rcu5 opened 2 months ago

m4rcu5 commented 2 months ago

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 2 weeks ago

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.