From 09f47360d1d520ea7746d3a9f0045ffcf2af7d72 Mon Sep 17 00:00:00 2001 From: Donald Williams <129223418+dwilliam62@users.noreply.github.com> Date: Fri, 3 Jul 2026 08:43:30 -0400 Subject: Development to main - fix changelog and animation files (#86) * Created v2.3.26 development branch Signed-off-by: Don Williams On branch development Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/ENVariables.conf modified: config/hypr/lua/env.lua renamed: config/hypr/v2.3.25 -> config/hypr/v2.3.26 * Fixed bezier control point values out-of-range Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/animations/00-default.conf modified: config/hypr/animations/00-default.lua modified: config/hypr/animations/01-default - v2.conf modified: config/hypr/animations/01-default - v2.lua modified: config/hypr/animations/END-4.conf modified: config/hypr/animations/END-4.lua modified: config/hypr/animations/HYDE - default.conf modified: config/hypr/animations/HYDE - default.lua modified: config/hypr/animations/HYDE - minimal-1.conf modified: config/hypr/animations/HYDE - minimal-1.lua modified: config/hypr/animations/HYDE - optimized.conf modified: config/hypr/animations/HYDE - optimized.lua modified: config/hypr/animations/ML4W - classic.conf modified: config/hypr/animations/ML4W - classic.lua modified: config/hypr/animations/ML4W - dynamic.conf modified: config/hypr/animations/ML4W - dynamic.lua modified: config/hypr/animations/ML4W - fast.conf modified: config/hypr/animations/ML4W - fast.lua modified: config/hypr/animations/ML4W - high.conf modified: config/hypr/animations/ML4W - high.lua modified: config/hypr/animations/ML4W - moving.conf modified: config/hypr/animations/ML4W - moving.lua modified: config/hypr/animations/ML4W - standard.conf modified: config/hypr/animations/ML4W - standard.lua modified: config/hypr/animations/Mahaveer - me-1.conf modified: config/hypr/animations/Mahaveer - me-1.lua modified: config/hypr/animations/Mahaveer - me-2.conf modified: config/hypr/animations/Mahaveer - me-2.lua * Fixed bad SED substitution Signed-off-by: Don Williams * Added new animation inspired by amitpadhan525 https://github.com/amitpadhan525 Added animations for other features like windowsIn/Out/Move, etc Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/hypr/animations/amitpadhan.conf new file: config/hypr/animations/amitpadhan.lua * Added acrediation in file for amitpadhan525 Signed-off-by: Don Williams * docs: Updated change log, fixed fullscreen keybind (#85) Co-authored-by: sharof --------- Signed-off-by: Don Williams Co-authored-by: sharofiddin Co-authored-by: sharof --- config/hypr/animations/HYDE - optimized.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/hypr/animations/HYDE - optimized.conf') diff --git a/config/hypr/animations/HYDE - optimized.conf b/config/hypr/animations/HYDE - optimized.conf index 51c1a291..911ca41b 100644 --- a/config/hypr/animations/HYDE - optimized.conf +++ b/config/hypr/animations/HYDE - optimized.conf @@ -9,9 +9,9 @@ animations { bezier = winIn, 0.07, 0.88, 0.04, 0.99 bezier = winOut, 0.20, 0.00, 0, 1 bezier = liner, 1, 1, 1, 1 - bezier = md1_standard, 0.12, 0, 0, 1 - bezier = md1_decel, 0.05, 0.80, 0.10, 0.97 - bezier = md1_accel, 0.20, 0, 0.80, 0.08 + bezier = md3_standard, 0.12, 0, 0, 1 + bezier = md3_decel, 0.05, 0.80, 0.10, 0.97 + bezier = md3_accel, 0.20, 0, 0.80, 0.08 bezier = overshot, 0.05, 0.85, 0.07, 1.00 bezier = crazyshot, 0.1, 1.00, 0.68, 0.98 bezier = hyprnostretch, 0.05, 0.82, 0.03, 0.94 -- cgit v1.2.3