SUMMARY Due to the changes in 5.27, a quick-tiled window will remember its previous size, and revert to that when un-tiled. This turns "quick-tiled" from an action (that permanently changes the window's size and position) to a state (that temporarily changes the window's size, at least, if not position). However, it does not make clear which windows have this state. This means that I can either quick-tile a window or manually move a window to the same position, and, if I have forgotten that I did so (which is usual), subsequently moving the window will have two different behaviours. One straightforward and (I think) intuitive way to make this clear is to toggle the "maximized" button. Like maximization, quick-tiling is (now) ephemeral state which changes a window's size and position. This would probably also imply a behaviour change, which I think is potentially desirable for similar reasons. Currently a quick-tiled window can be maximized (and will thus forget that it is quick-tiled). Making a change like this would imply that a quick-tiled window is already "maximized", and that clicking the maximize button would instead restore it to its original size and position. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Debian GNU/Linux 12 (available in About System) KDE Plasma Version: 5.27.5 KDE Frameworks Version: 5.107.0 Qt Version: 5.15.8
*** This bug has been marked as a duplicate of bug 497397 ***
(In reply to Nate Graham from comment #1) > > *** This bug has been marked as a duplicate of bug 497397 *** Sorry for the late comment, but I don't think this is the same bug as 497397. That bug appears to be about quick-tiling not working correctly, and it appears to be Wayland-specific (whereas I was using X at the time of reporting). This bug is about a feature request to change how quick-tiling is *supposed* to work, in some minor way.
I agree, this would be a usability improvement