[Bug?] Better multi window resize animation
The multi window resize animation is very annoying, but on single window, it performs very well.
My hyprland.conf:
---SNIP---
animations {
enabled = yes
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
bezier = overshot,0.13,0.99,0.29,1.1
animation = windows,1,5,overshot,slide
animation = windowsMove, 1, 6, overshot,
animation = fade,1,10,default
animation = workspaces,1,8,overshot,slidevert
}
---SNIP---
# Resize window with Alt + arrow keys
binde = ALT, left, resizeactive, -40 0
binde = ALT, right, resizeactive, 40 0
binde = ALT, up, resizeactive, 0 -40
binde = ALT, down, resizeactive, 0 40
---SNIP---
GIF:
It should be like this:
@carlosflorencio , is there any open issue related to this PR?
@tlaloc911 I don't think so.
thanks @carlosflorencio , I created #1729 to reflect this need as an open issue
hi @helloanoop , could you consider to accept this PR? The previous PR #795 resolved just the pre-request section, post response script still doesn't have posibility to use aditional roots. Thanks!
Can you please include this fix in the next release?
This PR has been open for 5 months... Why is it taking so long to get merged? Is there an issue with the fix?
bump. Would be nice to merge this if it fixes #2942 , as from usability perspective - this clearly looks like a bug. cc @helloanoop