1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-12-09 14:18:57 -05:00
picom/tests/configs/issue239_universal.conf

9 lines
129 B
Text
Raw Normal View History

fading = true;
fade-in-step = 1;
fade-out-step = 0.01;
shadow = true;
rules = ({
match = "name = 'NoShadow'";
shadow = false;
})