aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--example/hyprland.conf10
-rw-r--r--src/config/defaultConfig.hpp10
2 files changed, 12 insertions, 8 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf
index d6827b0a..895a44f2 100644
--- a/example/hyprland.conf
+++ b/example/hyprland.conf
@@ -55,10 +55,12 @@ decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10
- blur = true
- blur_size = 3
- blur_passes = 1
- blur_new_optimizations = true
+
+ blur {
+ enabled = true
+ size = 3
+ passes = 1
+ }
drop_shadow = true
shadow_range = 4
diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp
index 85d83dda..1793b4a1 100644
--- a/src/config/defaultConfig.hpp
+++ b/src/config/defaultConfig.hpp
@@ -64,10 +64,12 @@ 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 {
+ enabled = true
+ size = 3
+ passes = 1
+ }
drop_shadow = yes
shadow_range = 4