https://bugs.kde.org/show_bug.cgi?id=370258
--- Comment #11 from Brennan Kinney <polarathene-sig...@hotmail.com> --- > You have KWindowSystem::stackingOrder() to get the stacking order for shown > windows That's the stacking order for all windows(bar minimized) right? Is there events I can use to track the stack order on the JS end? I could probably maintain my own tracking of stack order per app with arrays? Or is there something bad about that I'm not aware of? Personally if they have minimized windows you could argue they expect them to remain minimized when raising the group. For my feature, if I'm able to know when windows become active and know what group they belong to I can probably track that on the JS/QML end too. So if a window gets minimized it could still be stored as the last active window for the app raising it on click. -- You are receiving this mail because: You are watching all bug changes.