https://bugs.kde.org/show_bug.cgi?id=473521
--- Comment #1 from Noah Davis <[email protected]> --- Now that Plasma only supports Wayland, this may be possible to do in a way that isn't an absolute nightmare implement and explain. It's a low priority for me, but if someone wanted to implement it, I'd suggest making the command line argument take Wayland-style "logical" coordinates. This means that a 4K screen with a 200% scale to the right of a 1080p screen with a 100% scale would have a rectangle like `QRectF(1920, 0, 1920, 1080)`. Physical pixel coordinates might make more intuitive sense to a number of people, but trying to determine physical pixel locations when there are multiple screens with different scales and arbitrary layouts would be difficult. -- You are receiving this mail because: You are watching all bug changes.
