Bug 432548

Summary: Minimized windows are no longer at the end of alt-tab list
Product: [Plasma] kwin Reporter: Josef Kufner <jk>
Component: coreAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: default_357-line, nate
Priority: NOR    
Version: 5.20.5   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Josef Kufner 2021-02-05 18:06:37 UTC
SUMMARY

Minified windows are no nolger at the end of the list when alt-tab between windows.


STEPS TO REPRODUCE

1. Have many windows open.
2. Minimize a window.
3. Press Alt-Tab.


OBSERVED RESULT

The minified windows is second in the alt-tab list.


EXPECTED RESULT

The minified window is at the end of the alt-tab list.


SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Debian Testing
kwin 5.20.5
X.Org X Server 1.20.10
KDE Frameworks Version: 5.78.0-2
Qt Version: 5.15.2+dfsg-3
Comment 1 Nate Graham 2021-02-06 22:02:02 UTC
This was an intentional change but there is a hidden way to get back to the prior behavior if you hate the new behavior:

Add `MoveMinimizedWindowsToEndOfTabBoxFocusChain=true` in the `[TabBox]` group
of the ~/.config/kwinrc file.

*** This bug has been marked as a duplicate of bug 427840 ***
Comment 2 FeepingCreature 2022-06-18 12:44:13 UTC
I believe with https://invent.kde.org/plasma/kwin/-/merge_requests/2496 this is now a UI option!