4e39998671
Compton helps composite windows in X. This supports shadows, transparency, and some other effects of which I'm unaware at the moment.
14 lines
No EOL
214 B
Text
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; |