diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 9d165e8..f83939d 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -51,7 +51,6 @@ }; dwindle = { - no_gaps_when_only = true; force_split = 0; special_scale_factor = 1.0; split_width_multiplier = 1.0; @@ -63,7 +62,6 @@ master = { new_status = "master"; special_scale_factor = 1; - no_gaps_when_only = false; }; decoration = { @@ -86,13 +84,15 @@ xray = false; }; - drop_shadow = true; + shadow = { + enabled = true; - shadow_ignore_window = true; - shadow_offset = "0 2"; - shadow_range = 20; - shadow_render_power = 3; - "col.shadow" = "rgba(00000055)"; + ignore_window = true; + offset = "0 2"; + range = 20; + render_power = 3; + color = "rgba(00000055)"; + }; }; animations = {