Hyprland: Move blur options to new section
This commit is contained in:
parent
c7e50d4743
commit
e6c0388192
|
|
@ -10,10 +10,6 @@ general {
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 10
|
rounding = 10
|
||||||
blur = yes
|
|
||||||
blur_size = 4
|
|
||||||
blur_passes = 3
|
|
||||||
blur_new_optimizations = on
|
|
||||||
|
|
||||||
drop_shadow = yes
|
drop_shadow = yes
|
||||||
shadow_range = 32
|
shadow_range = 32
|
||||||
|
|
@ -21,6 +17,13 @@ decoration {
|
||||||
col.shadow = 0x66000000
|
col.shadow = 0x66000000
|
||||||
shadow_offset = 4 4
|
shadow_offset = 4 4
|
||||||
shadow_ignore_window = true
|
shadow_ignore_window = true
|
||||||
|
|
||||||
|
blur {
|
||||||
|
enabled = yes
|
||||||
|
size = 4
|
||||||
|
passes = 3
|
||||||
|
new_optimizations = on
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue