diff options
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 |