dotfiles/picom/picom.conf
2024-05-02 18:24:29 -06:00

15 lines
259 B
Text

glx-copy-from-front = false;
glx-no-stencil = true;
backend = "glx";
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'",
"90:class_g = 'dmenu'"
];