-
-
Notifications
You must be signed in to change notification settings - Fork 77
Overlay window overview #2350
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
base: main
Are you sure you want to change the base?
Overlay window overview #2350
Conversation
3a8fe4a to
86e76d3
Compare
It is not, in fact, deprecated and is still used for the 'expose-all-windows' shortcut (Super+A), which shows windows from all workspaces. The multitasking view can't show all windows, so I guess we still need to keep the old window overview. |
e88aff5 to
666145c
Compare
Huh since #485 was closed and I thought I'd remembered that in there I somewhere read that the expose all windows can be removed I thought this was deprecated. Seems like I was wrong 😅 |
c5d7337 to
66e4852
Compare
66e4852 to
0ac8173
Compare
fe6558f to
3ca29b6
Compare
b2e1f8b to
1f96cc5
Compare
1f96cc5 to
a384ac5
Compare
a384ac5 to
57ef836
Compare
Kooha-2025-11-01-19-02-35.mp4 |
|
I'm -1 on bringing all app windows to top. It just feels unexpected..? |
The first commit
now only allows opening the windowoverview with window ids (it was already deprecated and not used anywhere but the code was still in place) and thereforedoes a bunch of cleanup and fixes some visual bugs (e.g. when closing a window in the overview the destroy animation would play behind where the window is normally positioned).The second commit includes some visual and ux changes:
Let me know what you think :)