SolDoesTech / HyprV4

467 stars 133 forks source link

blur_new_optimizations and other got removed to a nested subcategory #48

Closed luksto closed 11 months ago

luksto commented 11 months ago

With the last update Hyprland removed the blur_xxx Variables and moved them a nested subcategory inside the decoration category. So please use the blur decoration subcategory in the hyprland.conf like this:

decoration {
    # See https://wiki.hyprland.org/Configuring/Variables/ for more

    blur {
        enabled = true
        size = 7
        passes = 4
        new_optimizations = true
    }
    #....
}
luksto commented 11 months ago

Oh... you already got a pull request for this issue: https://github.com/SolDoesTech/HyprV4/pull/47#issue-1847533560