feat(hypr): disable animations and opacity for active windows

This commit is contained in:
Sergio Laín 2025-07-13 01:00:26 +02:00
parent 9ddb852b34
commit 4866d1a307
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
animations { animations {
enabled = true enabled = false
bezier = default, 0.05, 0.9, 0.1, 1.02 bezier = default, 0.05, 0.9, 0.1, 1.02
bezier = wind, 0.05, 0.9, 0.1, 1.02 bezier = wind, 0.05, 0.9, 0.1, 1.02

View file

@ -12,8 +12,8 @@ general {
decoration { decoration {
rounding = 7 rounding = 7
active_opacity = 0.92 active_opacity = 1
inactive_opacity = 0.90 inactive_opacity = 0.95
blur { blur {
enabled = yes enabled = yes