Files
dotfiles/picom/.config/picom.conf
T

12 lines
156 B
Plaintext

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