dotfiles/picom/picom.conf
2024-05-02 23:48:44 -06:00

24 lines
388 B
Text

glx-copy-from-front = false;
glx-no-stencil = true;
backend = "glx";
vsync = true;
fade-out-step = 0.15;
fade-in-step = 0.15;
fading = true;
blur-method = "dual_kawase";
blur-strength = 4;
opacity-rule = [
"85:class_g = 'st-256color'",
"85:class_g = 'dmenu'"
];
animation-delta = 6;
animations = true;
corner-radius = 8;
rounded-corners-exclude = [
"class_g *= 'dwm'"
];