dotfiles/.config/picom.conf
2022-09-03 15:16:50 +02:00

21 lines
296 B
Plaintext

# basic configuration
backend = "glx";
vsync = true;
glx-no-stencil = true;
panting-on-overlay = true;
opengl-swc = true;
# Fading
fading = true;
fade-in-step=0.05;
fade-out-step=0.05;
# Corners
corner-radius = 15;
rounded-corners-exclude = [
"class_g = 'dwm'",
"class_g = 'Dunst'"
]