fix weird blur with window anim

This commit is contained in:
end-4
2025-11-22 19:23:59 +01:00
parent 0b3cc187cb
commit 4d79cc6764
2 changed files with 8 additions and 3 deletions
+5 -2
View File
@@ -59,7 +59,7 @@ decoration {
new_optimizations = true new_optimizations = true
size = 10 size = 10
passes = 3 passes = 3
brightness = 0.9 brightness = 1
noise = 0.12 noise = 0.12
contrast = 0.15 contrast = 0.15
vibrancy = 0.8 vibrancy = 0.8
@@ -96,10 +96,13 @@ animations {
bezier = standardDecel, 0, 0, 0, 1 bezier = standardDecel, 0, 0, 0, 1
bezier = menu_decel, 0.1, 1, 0, 1 bezier = menu_decel, 0.1, 1, 0, 1
bezier = menu_accel, 0.52, 0.03, 0.72, 0.08 bezier = menu_accel, 0.52, 0.03, 0.72, 0.08
bezier = stall, 1, 0, 1, 0
# Configs # Configs
# windows # windows
animation = windowsIn, 1, 3, emphasizedDecel, popin 80% animation = windowsIn, 1, 3, emphasizedDecel, popin 80%
animation = fadeIn, 1, 3, emphasizedDecel
animation = windowsOut, 1, 2, emphasizedDecel, popin 90% animation = windowsOut, 1, 2, emphasizedDecel, popin 90%
animation = fadeOut, 1, 2, emphasizedDecel
animation = windowsMove, 1, 3, emphasizedDecel, slide animation = windowsMove, 1, 3, emphasizedDecel, slide
animation = border, 1, 10, emphasizedDecel animation = border, 1, 10, emphasizedDecel
# layers # layers
@@ -107,7 +110,7 @@ animations {
animation = layersOut, 1, 2.4, menu_accel, popin 94% animation = layersOut, 1, 2.4, menu_accel, popin 94%
# fade # fade
animation = fadeLayersIn, 1, 0.5, menu_decel animation = fadeLayersIn, 1, 0.5, menu_decel
animation = fadeLayersOut, 1, 2.7, menu_accel animation = fadeLayersOut, 1, 2.7, stall
# workspaces # workspaces
animation = workspaces, 1, 7, menu_decel, slide animation = workspaces, 1, 7, menu_decel, slide
## specialWorkspace ## specialWorkspace
+3 -1
View File
@@ -5,8 +5,10 @@
# Disable blur for xwayland context menus # Disable blur for xwayland context menus
windowrulev2 = noblur,class:^()$,title:^()$ windowrulev2 = noblur,class:^()$,title:^()$
# Disable blur for all xwayland apps
# windowrulev2 = noblur, xwayland:1 # windowrulev2 = noblur, xwayland:1
# Disable blur for every window
windowrulev2 = noblur, class:.*
# Floating # Floating
windowrulev2 = center, title:^(Open File)(.*)$ windowrulev2 = center, title:^(Open File)(.*)$