tvl-depot/configs/shared/misc/.config/compton.conf

14 lines
214 B
Text
Raw Normal View History

# shadow
shadow = true;
shadow-radius = 7;
shadow-offset-x = -7;
shadow-offset-y = -7;
# opacity
menu-opacity = 0.8;
inactive-opacity = 0.8;
# transitions
fading = true;
fade-in-step = 0.03;
fade-out-step = 0.03;