Summary: | Add ability to lock tiling layout | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Jonathan Isom <jeisom> |
Component: | Custom Tiling | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | kde, mobile.harvey, nate, notmart, postix |
Priority: | NOR | Keywords: | qt6 |
Version First Reported In: | 6.0.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=465937 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jonathan Isom
2024-03-16 13:01:18 UTC
Sounds like a useful feature to me. Marking as 'confirmed' for review as a new feature. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5665 The merge request was rejected, so it looks like this feature is not wanted by KWin's developers. Sorry, folks! I feel that a misunderstanding of the request. My request was for the tile layout "template" not be edited by resizing windows in the layouts. Being able to resize the windows is fine and expected behavior, but shouldn't edit the template as it currently does. So I could have a template for 2 windows 50%/50% and put 2 windows onscreen using it. I could then resize it to 75/25, but the template wouldn't change and additionally not on other desktops. Currently if you have windows on multiple desktops they also change to the 75/25 in this scenario. Decoupling the window size from the tile size while keeping the window tiled is technically problematic, I'm afraid. For anyone who comes across this and wants a workaround, when editing the tiles add "floating tiles" into each filling them. If you resize these, they only move around the parent tile that you don't want resized and the parent tiles cannot be resized. Not really what I was going for, but something. |