-
Notifications
You must be signed in to change notification settings - Fork 65
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
Apps are not windows: Don't group windows by application (in the tiling popup) #298
Comments
I am going to continue the discussion here since it's related to this feature request (so that we won't ping the other user). Eventually, I will drop That said, just to be sure that we are on the same page, I don't mind adding a window-based Tiling Popup. But if you implement it, please make it an opt-in feature that can be toggled in the preference window. I personally prefer the app-based approach since it keeps the list short and it fits better with GNOME since GNOME Shell also uses the app-based AltTab by default. |
Okay, I'll set out to do this, but having the option makes the implementation even more complicated, so I can't say when. Would you be fine with binding the option to which kind of overview is bound to Ubuntu uses the window switcher by default on |
Sure, sounds good to me. |
Briefly describe how the feature should work
Instead of grouping windows by application in the tiling popup, I propose showing all windows ungrouped (along with a window preview) as long as the window list is short enough.
In case we need to handle too many windows to fit on the screen, the view could still become scrollable. If the windows are sorted by a heuristic for their relevance (e. g. "recently used", like in the [alt]+[tab] pop-up), this would ensure that the most relevant windows would still easily be accessible.
Explain why this feature should be added
Explaining why 2 files are shown in 2 different groups currently basically requires explaining file formats, the idea of programs being needed to paint the file contents on screen, and file format support of programs. This is complicated and technical stuff if you think about it.
The text was updated successfully, but these errors were encountered: