1
0

Adjusts blur and decoration definitions for new version of hypr

This commit is contained in:
2023-08-24 20:57:58 +02:00
parent 122fdb62da
commit 310f127a0e
+10 -4
View File
@@ -64,10 +64,16 @@ general {
# https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration {
rounding = 10
blur = yes
blur_size = 3
blur_passes = 4
blur_new_optimizations = true
active_opacity = 1.0
inactive_opacity = 0.9
blur {
enabled = true
size = 8
passes = 2
noise = 0
contrast = 1.2
brightness = 1.0
}
drop_shadow = false
}