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
|
||||
|
||||
rounding = 8
|
||||
# FIXME: Check these deprecations.
|
||||
#blur = yes
|
||||
#blur_size = 3
|
||||
#blur_passes = 1
|
||||
#blur_new_optimizations = on
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 8
|
||||
passes = 1
|
||||
new_optimizations = true
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
|
|
Loading…
Reference in a new issue