From e6c0388192f56c856055c0a9703efec280a1b082 Mon Sep 17 00:00:00 2001 From: Harzo Date: Fri, 4 Aug 2023 10:22:38 +0200 Subject: [PATCH] Hyprland: Move blur options to new section --- .config/hypr/conf.d/theme.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.config/hypr/conf.d/theme.conf b/.config/hypr/conf.d/theme.conf index c831405..751a325 100644 --- a/.config/hypr/conf.d/theme.conf +++ b/.config/hypr/conf.d/theme.conf @@ -10,10 +10,6 @@ general { decoration { rounding = 10 - blur = yes - blur_size = 4 - blur_passes = 3 - blur_new_optimizations = on drop_shadow = yes shadow_range = 32 @@ -21,6 +17,13 @@ decoration { col.shadow = 0x66000000 shadow_offset = 4 4 shadow_ignore_window = true + + blur { + enabled = yes + size = 4 + passes = 3 + new_optimizations = on + } } animations {