diff options
author | zachir <zachir@librem.one> | 2023-08-16 13:14:58 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-08-19 12:16:55 -0500 |
commit | 87fa12af3a9fc4b0146f627208d22c0ed0c17849 (patch) | |
tree | 456ff1f6fa7a19fa20cb2695f1935f57594bfea3 | |
parent | 3a5009b6121e9026e1430436e6f420bd796ebd49 (diff) |
Fix hyprland new submenu blur
-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 e416aa4..6aec50a 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 |