From 8628da6092230563d10ccde2ac0d03e26f284aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 7 May 2025 14:02:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20perf(hypr):=20disable=20borderan?= =?UTF-8?q?gle=20animation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/theme/animations.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/theme/animations.conf b/.config/hypr/theme/animations.conf index 9b48be8f..18fc7670 100644 --- a/.config/hypr/theme/animations.conf +++ b/.config/hypr/theme/animations.conf @@ -37,5 +37,5 @@ animations { animation = fadeLayers, 1, 4, default animation = workspaces, 1, 3.25, easeOutQuint, slide animation = border, 1, 1, liner - animation = borderangle, 1, 30, liner, loop + # animation = borderangle, 1, 30, liner, loop }