tvl-depot/configs/shared/misc/.config/compton.conf
William Carroll 4e39998671 Support compton
Compton helps composite windows in X. This supports shadows, transparency, and
some other effects of which I'm unaware at the moment.
2019-04-15 13:24:28 +01:00

14 lines
No EOL
214 B
Text

# 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;