From 8fcf3646fe627da2fc9d9ef6b11a596a1e00a31f Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 13 Nov 2024 23:15:09 +0100 Subject: [PATCH] Update hyprland settings to latest syntax --- home/.config/hypr/hyprland.d/layout.conf | 3 --- home/.config/hypr/hyprland.d/style.conf | 14 ++++++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/home/.config/hypr/hyprland.d/layout.conf b/home/.config/hypr/hyprland.d/layout.conf index bcfcf5c..9035619 100644 --- a/home/.config/hypr/hyprland.d/layout.conf +++ b/home/.config/hypr/hyprland.d/layout.conf @@ -7,9 +7,6 @@ dwindle { # of what happens to the container preserve_split = true - # Show gaps even when there's only 1 window opened - no_gaps_when_only = false - # Scale down special workspaces (bigger borders) special_scale_factor = 0.9 } diff --git a/home/.config/hypr/hyprland.d/style.conf b/home/.config/hypr/hyprland.d/style.conf index 86c7a34..946f2ee 100644 --- a/home/.config/hypr/hyprland.d/style.conf +++ b/home/.config/hypr/hyprland.d/style.conf @@ -70,12 +70,14 @@ group { # ################### decoration { - drop_shadow = true - shadow_range = 20 - shadow_render_power = 2 - col.shadow = rgba(0F0F0FE6) - #col.shadow = rgba(FFA500FF) - col.shadow_inactive = rgba(0F0F0F99) + shadow { + enabled = true # enable drop shadow + range = 20 + render_power = 2 + color = rgba(0F0F0FE6) + #color = rgba(FFA500FF) + color_inactive = rgba(0F0F0F99) + } } # ###################