diff --git a/dots/.config/hypr/hyprland/general.conf b/dots/.config/hypr/hyprland/general.conf index a06f93c92..ce390a1b9 100644 --- a/dots/.config/hypr/hyprland/general.conf +++ b/dots/.config/hypr/hyprland/general.conf @@ -59,7 +59,7 @@ decoration { new_optimizations = true size = 10 passes = 3 - brightness = 0.9 + brightness = 1 noise = 0.12 contrast = 0.15 vibrancy = 0.8 @@ -96,10 +96,13 @@ animations { bezier = standardDecel, 0, 0, 0, 1 bezier = menu_decel, 0.1, 1, 0, 1 bezier = menu_accel, 0.52, 0.03, 0.72, 0.08 + bezier = stall, 1, 0, 1, 0 # Configs # windows animation = windowsIn, 1, 3, emphasizedDecel, popin 80% + animation = fadeIn, 1, 3, emphasizedDecel animation = windowsOut, 1, 2, emphasizedDecel, popin 90% + animation = fadeOut, 1, 2, emphasizedDecel animation = windowsMove, 1, 3, emphasizedDecel, slide animation = border, 1, 10, emphasizedDecel # layers @@ -107,7 +110,7 @@ animations { animation = layersOut, 1, 2.4, menu_accel, popin 94% # fade animation = fadeLayersIn, 1, 0.5, menu_decel - animation = fadeLayersOut, 1, 2.7, menu_accel + animation = fadeLayersOut, 1, 2.7, stall # workspaces animation = workspaces, 1, 7, menu_decel, slide ## specialWorkspace diff --git a/dots/.config/hypr/hyprland/rules.conf b/dots/.config/hypr/hyprland/rules.conf index ea9e6fd72..15f47182a 100644 --- a/dots/.config/hypr/hyprland/rules.conf +++ b/dots/.config/hypr/hyprland/rules.conf @@ -5,8 +5,10 @@ # Disable blur for xwayland context menus windowrulev2 = noblur,class:^()$,title:^()$ +# Disable blur for all xwayland apps # windowrulev2 = noblur, xwayland:1 - +# Disable blur for every window +windowrulev2 = noblur, class:.* # Floating windowrulev2 = center, title:^(Open File)(.*)$