diff options
author | zachir <zachir@librem.one> | 2023-08-16 13:14:58 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-08-16 13:19:37 -0500 |
commit | 58be66b66e6afcd92c1a14e4182df941bb3d36da (patch) | |
tree | 8dab774184e80649c25ecc80ef7eae2d3172c2a6 /hypr | |
parent | 1fc2fe8ecffc349019f31d765d1a1ec13613dd27 (diff) |
Fix hyprland new submenu blur
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 915c9cc..86b4557 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -64,18 +64,24 @@ misc { decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more rounding = 10 - blur = yes - blur_size = 3 - blur_passes = 1 - blur_new_optimizations = on - blur_xray = yes drop_shadow = yes shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) + #{{{ Blur options + blur { + enabled = true + size = 3 + passes = 1 + new_optimizations = true + xray = true + } + #}}} } + #}}} + #{{{ Animations options animations { enabled = no |