parcellite icon indicating copy to clipboard operation
parcellite copied to clipboard

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

Open m4rcu5 opened this issue 1 year ago • 2 comments

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

m4rcu5 avatar May 28 '24 09:05 m4rcu5

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.

rickyrockrat avatar Jul 11 '24 03:07 rickyrockrat

Did the x,y coords solve your issue?

rickyrockrat avatar May 21 '25 03:05 rickyrockrat