hyprwm / Hypr

Hypr is a tiling window manager written in modern C++.
BSD 3-Clause "New" or "Revised" License
1.1k stars 33 forks source link

Animate the transition between workspaces #22

Closed KieranCodes closed 2 years ago

KieranCodes commented 2 years ago

Describe the solution you'd like Animate the transition between workspaces. Either a fade transition or a wiping would be great.

vaxerski commented 2 years ago

fade - impossible, thats down to your compositor wipe - sure

vaxerski commented 2 years ago

I have added them, but since those types of animations aren't really the job of a window manager, they might be kinda slow and might work wonkily with compositors.

It's not really the window manager's job.

I might or might not improve them in the future, depending on the demand and the actual doability.