nix-conf/config/picom/picom.conf
2024-08-23 18:55:31 -05:00

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;