Bug 430978 - Snap to align horizontal or vertically centered screen positions
Summary: Snap to align horizontal or vertically centered screen positions
Status: CONFIRMED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_kscreen (other bugs)
Version First Reported In: 5.20.4
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kscreen-bugs-null@kde.org
URL:
Keywords: usability
: 461647 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-12-30 15:52 UTC by postix
Modified: 2024-09-08 20:53 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.