Bug 432548 - Minimized windows are no longer at the end of alt-tab list
Summary: Minimized windows are no longer at the end of alt-tab list
Status: RESOLVED DUPLICATE of bug 427840
Alias: None
Product: kwin
Classification: Plasma
Component: core (show other bugs)
Version: 5.20.5
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-05 18:06 UTC by Josef Kufner
Modified: 2022-06-18 12:44 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!