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

11 lines
166 B
Plaintext
Raw Normal View History

2024-08-23 19:55:31 -04:00
backend = "glx";
blur: {
method = "dual_kawase",
strength = 5,
}
blur-background-exclude = [
"fullscreen",
2025-03-01 13:15:24 -05:00
"class_g = 'librewolf'",
2024-08-23 19:55:31 -04:00
];
fading = true;