Files
i3-dot/picom/picom.conf
T
2026-06-25 11:33:22 +07:00

16 lines
292 B
Plaintext

backend = "xrender";
vsync = true;
use-damage = true;
# games bypass picom entirely when fullscreen
unredir-if-possible = true;
# no effects — featherweight
shadow = false;
fading = false;
blur-background = false;
corner-radius = 0;
detect-transient = true;
detect-client-leader = true;