From a71f7b33b4b5ca39a49f361d260263beb3ea870b Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Thu, 18 Sep 2025 20:42:03 -0500 Subject: [PATCH] Remove deprecated shadow configuration on Hyprland as part of F42 update --- hyprland/.config/hypr/config.d/00-basic.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hyprland/.config/hypr/config.d/00-basic.conf b/hyprland/.config/hypr/config.d/00-basic.conf index 1275b693..f5f9eb1c 100644 --- a/hyprland/.config/hypr/config.d/00-basic.conf +++ b/hyprland/.config/hypr/config.d/00-basic.conf @@ -25,10 +25,9 @@ decoration { size = 3 passes = 1 } - drop_shadow = no - shadow_range = 8 - shadow_render_power = 3 - col.shadow = rgba(282828ee) + shadow { + enabled = no + } } animations {