-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Disable Overview transition animation on window selection #672
Comments
Do you mean the entire overview animation (including gnome overview animation) or just the animation at the end (where PaperWM takes you to the tiled position of the window that was selected)? Interestingly, if you mean the latter - then that's what used to happen but this issue saw that behaviour as a glitch (or at least more confusing). |
This is kind of interesting - we can't really change the gnome overview exit animation, but fading out / in to show the new window position might look kind of cool (or weird). If anyone is interested in giving this one a go feel free to submit a PR for this. |
I mean the animation at the end. If you have 10 windows on the same workspace, it just gets even more confusing.
Oh! I missed that issue, but is it possible to have an option to switch this behaviour on/off? Or it interferes with the current implementation? |
Well, it's possible - previously it just snapped to the window (see videos from that issue) which was quite disjoint after the gnome overview exit animation zoom in back in... then snapping/jumping to another window (that might be tiled offscreen). |
Anyways, making that an option is fairly trivial - but I think the fading might be a pretty cool (less jarring?) option? |
@mepowerleo10, what do you reckon? Better or worse? This uses a slight fade-in effect (instead of the translation effect) after overview: Kooha-2023-11-08-21-07-36.mp4 |
The fading effect might be a nice touch |
I think this is much better @jtaala |
Much better, but it would be even better if it just used the normal gnome animation like previously. |
Indeed would be great, but gnome overview isn't aware of how we tiled windows and how we move the entire scrolling container - so it animates windows to where it was offscreen... hence we can only control what happens after overview exit animation.
|
Actually, we might be able to pre-move the cloneContainer (Clutter container that holds our tiled clones) and have it in place before exit animation starts... (maybe). I'll play around some more with this after we merge in #679. |
Hey all, I've added options to PaperWM settings now to set the Gnome overview (exit) "select window" animation. See #715. To test this out:
then logout / login. |
Just commenting on this. So, we do use the default Gnome overview - problem with the overview animation is it return to the original window positions... so we still need a "post" Gnome Overview animation to bring the tiled window into view. You can see this by disabling PaperWM and moving a window right offscreen (to simulate what PaperWM does) and then going into overview and selecting that window: Kooha-2023-11-26-17-13-03.mp4 |
Is your feature request related to a problem? Please describe.
Sometimes selecting a window from the overview is much faster than navigating using the keyboard. But each time I select a window from the overview when using PaperWM, the overview translation animation runs which gets disorienting after multiple uses.
Describe the solution you'd like
Instead of animating the translation to the window selected from the overview, there can be an option to just fade in the window.
Describe alternatives you've considered
Additional context
https://github.com/paperwm/PaperWM/assets/26873863/9778a130-a13d-4d54-b51b-ad9fb07d22f1
The text was updated successfully, but these errors were encountered: