Bug 430978

Summary: Snap to align horizontal or vertically centered screen positions
Product: [Applications] systemsettings Reporter: postix <postix>
Component: kcm_kscreenAssignee: kscreen-bugs-null <kscreen-bugs-null>
Status: CONFIRMED ---    
Severity: wishlist CC: chermnykh2001, nate, plasma-bugs-null, postix
Priority: NOR Keywords: usability
Version First Reported In: 5.20.4   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description postix 2020-12-30 15:52:14 UTC
When configuring the display positions, the user can freely move it and when two screens touch each other eg. on the bottom and top edge, they can be moved horizontally against each other.

However, there's no additional help from the SystemSettings to center one screen relative to the other, besides some position numbers no one reads.

It'd be convenient if the relative center is set, it'd be a little bit harder to move it or a visual hint like, some indicator lines, would be displayed.
Comment 1 Nate Graham 2022-11-09 20:54:09 UTC
*** Bug 461647 has been marked as a duplicate of this bug. ***
Comment 2 ratijas 2022-11-09 21:03:11 UTC
Tried fixing it, but it turned out not as straightforward as copying vertical snapping function and replacing y/height with x/width. Will look into it sometime later.