diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index fd3d3a4..0b8d2f4 100755 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -33,19 +33,12 @@ general { } decoration { - blur_new_optimizations = true drop_shadow = true shadow_range=100 shadow_render_power=5 col.shadow= 0x33000000 col.shadow_inactive=0x22000000 rounding=15 - blur=0 - blur_size=1 # minimum 1 - blur_passes=1 # minimum 1, more passes = more resource intensive. - # Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts. - # if you want heavy blur, you need to up the blur_passes. - # the more passes, the more you can up the blur_size without noticing artifacts. }