nix-conf/user/config/picom/picom.conf

14 lines
235 B
Plaintext

backend = "glx";
opacity-rule = [
# "90:class_g = 'kitty'",
];
blur: {
method = "dual_kawase",
strength = 5,
}
blur-background-exclude = [
"fullscreen",
"class_g = 'firefox'", # for autoscroll mouse
];
fading = true;