fix(hyprland): finally remove fixme on blur subcategory
This commit is contained in:
parent
f6051a1f29
commit
066769e6f9
|
@ -233,11 +233,13 @@ in
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 8
|
rounding = 8
|
||||||
# FIXME: Check these deprecations.
|
|
||||||
#blur = yes
|
blur {
|
||||||
#blur_size = 3
|
enabled = true
|
||||||
#blur_passes = 1
|
size = 8
|
||||||
#blur_new_optimizations = on
|
passes = 1
|
||||||
|
new_optimizations = true
|
||||||
|
}
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
Loading…
Reference in a new issue