Fix hyprland decoration configuration

This commit is contained in:
Joshua Yuen 2025-07-30 01:21:12 -04:00
parent ae5a9b7b64
commit 11ef834858
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 12 additions and 8 deletions

View File

@ -36,15 +36,19 @@ in
multisample_edges = true; multisample_edges = true;
inactive_opacity = 0.95; inactive_opacity = 0.95;
blur = true; blur = {
blur_size = 3; enabled = true;
blur_passes = 3; size = 3;
blur_new_optimizations = true; passes = 3;
new_optimizations = true;
};
drop_shadow = true; shadow = {
shadow_range = 4; enabled = true;
shadow_render_power = 3; range = 4;
col.shadow = "rgba(1a1a1aee)"; render_power = 3;
color = "rgba(1a1a1aee)";
};
}; };
env = [ env = [