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

14 lines
235 B
Plaintext
Raw Normal View History

2024-08-23 19:55:31 -04:00
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;