Files
dotfiles/.config/picom/picom.conf
Julian Prein 164d6b480f picom: Remove deprecated experimental-backends
This is the default since v10 and the option does not exist anymore.
2025-02-02 14:20:17 +01:00

11 lines
112 B
Plaintext

backend = "glx";
# corner-radius = 20;
blur:
{
method = "dual_kawase";
strength = 12;
background = true;
}