Hyprland: Move blur options to new section

This commit is contained in:
Harzo 2023-08-04 10:22:38 +02:00
parent c7e50d4743
commit e6c0388192
1 changed files with 7 additions and 4 deletions

View File

@ -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 {