Bug 467303 - Limit the maximum number of vertically and horizontally tiles to some sane number
Summary: Limit the maximum number of vertically and horizontally tiles to some sane nu...
Status: CONFIRMED
Alias: None
Product: kwin
Classification: Plasma
Component: Custom Tiling (other bugs)
Version First Reported In: 5.27.2
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-13 21:30 UTC by postix
Modified: 2025-06-21 12:35 UTC (History)
2 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 2023-03-13 21:30:30 UTC
SUMMARY

Currently the number of tiles can be quasi infinite, which however is rather pointless.

Therefor it would make sense to limit them so that there's fixed minimum width / height for a tile
or that tiles have a minimum size for which the edit controls still fit into them.
Comment 1 TraceyC 2025-06-17 22:04:05 UTC
We could consider a minimal amount of pixels. I'll let the kwin developers respond about how feasible this is.
Comment 2 postix 2025-06-21 12:35:54 UTC
(In reply to TraceyC from comment #1)
> We could consider a minimal amount of pixels. I'll let the kwin developers
> respond about how feasible this is.

There seems to be a minimal tiling size already:
https://invent.kde.org/plasma/kwin/-/merge_requests/7780