Files
dotfiles/picom/.config/picom.conf
T
2025-10-13 19:04:39 +02:00

11 lines
134 B
Plaintext

backend = "glx";
vsync = true;
rounded-corners-exclude = [
];
inactive-opacity = 0.7;
opacity-rule = [
"100:class_g = 'Rofi'",
];