Hyprland icon indicating copy to clipboard operation
Hyprland copied to clipboard

[Bug?] Better multi window resize animation

Open imxyy1soope1 opened this issue 2 years ago • 6 comments

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: mul

It should be like this: single

imxyy1soope1 avatar Jun 20 '23 00:06 imxyy1soope1

@carlosflorencio , is there any open issue related to this PR?

tlaloc911 avatar Mar 07 '24 14:03 tlaloc911

@tlaloc911 I don't think so.

carlosflorencio avatar Mar 07 '24 15:03 carlosflorencio

thanks @carlosflorencio , I created #1729 to reflect this need as an open issue

tlaloc911 avatar Mar 07 '24 15:03 tlaloc911

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!

tlaloc911 avatar Mar 31 '24 03:03 tlaloc911

Can you please include this fix in the next release?

orached avatar Apr 04 '24 13:04 orached

This PR has been open for 5 months... Why is it taking so long to get merged? Is there an issue with the fix?

Frankenleg avatar May 12 '24 13:05 Frankenleg

bump. Would be nice to merge this if it fixes #2942 , as from usability perspective - this clearly looks like a bug. cc @helloanoop

centur avatar Aug 28 '24 02:08 centur