From 3e9a8a7bc8952c086f41eb4ecf6d031368ad2487 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 21 Aug 2022 22:59:19 +0200 Subject: [PATCH] set new optimizations for blur in example configs --- example/hyprland.conf | 6 ++---- src/config/defaultConfig.hpp | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/example/hyprland.conf b/example/hyprland.conf index e2732c62..12e71637 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -45,10 +45,8 @@ decoration { rounding=10 blur=1 blur_size=3 # minimum 1 - blur_passes=1 # minimum 1, more passes = more resource intensive. - # Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts. - # if you want heavy blur, you need to up the blur_passes. - # the more passes, the more you can up the blur_size without noticing artifacts. + blur_passes=1 # minimum 1 + blur_new_optimizations=1 } animations { diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index 9ecdbbb0..36d9f334 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -53,10 +53,8 @@ decoration { rounding=10 blur=1 blur_size=3 # minimum 1 - blur_passes=1 # minimum 1, more passes = more resource intensive. - # Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts. - # if you want heavy blur, you need to up the blur_passes. - # the more passes, the more you can up the blur_size without noticing artifacts. + blur_passes=1 # minimum 1 + blur_new_optimizations=1 } animations {