allusive-dev / compfy

A Compositor for X11 based on Picom. No Longer Maintained in favor of Picom v12!
200 stars 24 forks source link

blur background not working #48

Closed snakebite-382 closed 10 months ago

snakebite-382 commented 10 months ago

Configuration running compfy with:

compfy -b --config ~/.config/compfy/compfy.conf --backend glx

blur settings

blur = true;
blur-method="kernel";
blur-exclude = [
    "class_g = 'firefox'"
];
blur-whitelist=false;

Package Version: v1.7.0 Build Method: Installed from AUR with pacman WM: herbstluftwm

allusive-dev commented 10 months ago

@snakebite-382 The option is not blur = true it is blur-background = true Please make sure to read the documentation more fully before creating an issue.

allusive-dev commented 10 months ago

As a side note you shouldn't need to specify that config path as that is the default path.