dotfiles/.config/picom/picom.conf

21 lines
243 B
Plaintext

backend = "glx"
xrender-sync-fence = true
shadow = true
shadow-radius = 14
fading = true
fade-delta = 5
inactive-opacity = 0.85
blur-background = true
blur-kern = "11x11gaussian"
vsync = true
wintypes:
{
dock = { shadow = false; };
};