From 4866d1a307d3b23188b0cdaf166b3fc7aa2926b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 13 Jul 2025 01:00:26 +0200 Subject: [PATCH] feat(hypr): disable animations and opacity for active windows --- .config/hypr/theme/animations.conf | 2 +- .config/hypr/theme/decoration.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/theme/animations.conf b/.config/hypr/theme/animations.conf index b1c121ad..f37a2394 100644 --- a/.config/hypr/theme/animations.conf +++ b/.config/hypr/theme/animations.conf @@ -1,5 +1,5 @@ animations { - enabled = true + enabled = false bezier = default, 0.05, 0.9, 0.1, 1.02 bezier = wind, 0.05, 0.9, 0.1, 1.02 diff --git a/.config/hypr/theme/decoration.conf b/.config/hypr/theme/decoration.conf index f6377011..63a0c7da 100644 --- a/.config/hypr/theme/decoration.conf +++ b/.config/hypr/theme/decoration.conf @@ -12,8 +12,8 @@ general { decoration { rounding = 7 - active_opacity = 0.92 - inactive_opacity = 0.90 + active_opacity = 1 + inactive_opacity = 0.95 blur { enabled = yes