mirror of
https://github.com/yshui/picom.git
synced 2024-12-09 14:18:57 -05:00
9 lines
129 B
Text
9 lines
129 B
Text
|
fading = true;
|
||
|
fade-in-step = 1;
|
||
|
fade-out-step = 0.01;
|
||
|
shadow = true;
|
||
|
rules = ({
|
||
|
match = "name = 'NoShadow'";
|
||
|
shadow = false;
|
||
|
})
|