From cb77f69a6778b24271e157dff48748deb6791035 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 15 Nov 2024 12:35:32 -0800 Subject: [PATCH] fix: correct settings key for drop shadow --- users/youwen/linux/hyprland/common.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/users/youwen/linux/hyprland/common.nix b/users/youwen/linux/hyprland/common.nix index a394f08..e75c783 100644 --- a/users/youwen/linux/hyprland/common.nix +++ b/users/youwen/linux/hyprland/common.nix @@ -295,9 +295,12 @@ hide_on_key_press = true; }; + shadow = { + enabled = false; + }; + decoration = { rounding = "10"; - drop_shadow = "false"; dim_special = "0.3"; blur = { enabled = "yes";