https://bugs.kde.org/show_bug.cgi?id=455350
--- Comment #22 from ratijas <m...@ratijas.tk> --- I gave it a thought, and here are my conclusions: > From a technical POV, the best implementation will be doing this as a new > "Windows Layout" mode in WindowHeap. It'll be self-encapsulated and without > needing to change the QML which already proxies along the mode. If you mean by that extending ExpoLayout, then it would be the cheapest option in terms of CPU calculations. However, that's not everything to it. I bet in in this mode we don't want any icons or labels or highlight on hover: it should just show the desktops as they are — just scaled down. I believe this is doable by slightly modifying WindowHeapDelegate: one new state "active-unorganized", one new property `targetActiveState` that gets its initial value from effect's settings, a bunch of edits for `visible:` bindings, and to account for x/y in drag&drop. -- You are receiving this mail because: You are watching all bug changes.