https://bugs.kde.org/show_bug.cgi?id=455429
--- Comment #26 from deco33...@yandex.com --- I was reading https://github.com/KDE/kwin/blob/2d169835d1ad16ded3f30a1e7ffb3312d9d72c6d/src/plugins/slideback/slideback.cpp#L32 Why don't we just register the current stack order for each window and when clicking a new window, just swap the order of the previous window with this one ? The only check needed is the number of windows, with a special case for 1 window, immediately returning. The current strategy is way to over engineered.. and ends up not working. -- You are receiving this mail because: You are watching all bug changes.