-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alt+Tab restores minimized windows, even if they don't end up focused #3323
Comments
We could move them to the bottom of the stack I suppose, but I don't think that fully solves the problem. The problem is that you that the user has no indication that minimized windows are alt-tabbable (e.g. in gnome-shell they show the window in the preview even though it's minimized). Perhaps we just don't allow minimized apps to be alt-tabbable until we can use some other indication? |
Well, yeah, while Alt+Tabbing, we'd have to restore them, but they should go back to minimized unless you actually choose the un-minimized one. Yeah it's all wonky without a proper visual switcher, but maybe we can do something better. |
To rephrase: the only lasting effect of a Alt+Tab/` "session" should be the raising/focusing of the window that was in front when Alt is released. It may well be we have to refactor it altogether to e.g. copy the stack and manipulate that rather than the original, right until the end. |
Steps:
Expected:
Current:
Also: should minimized windows be moved to the bottom of the stack? That would certainly alleviate this issue.
The text was updated successfully, but these errors were encountered: