summaryrefslogtreecommitdiff
path: root/skel/.config/compton.conf
blob: 6f27074b1e62dafbaa98457dc6a677bc0913e84c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
no-dnd-shadow = true;
shadow-ignore-shaped = true;
backend = "glx";
clear-shadow = true;
no-dock-shadow = true;
shadow-radius = 10;
shadow-offset-x = -15;
shadow-offset-y = -15;
menu-opacity = 0.95;
inactive-opacity = 1.0;
active-opacity = 1.0;
frame-opacity = 1.0;
inactive-dim = 0.0;
inactive-dim-fixed = true;
blur-background = true;
blur-background-frame = true;
blur-background-fixed = true;
fading = true;
fade-delta = 30;
fade-in-step = 0.03;
no-fading-openclose = true;
xinerama-shadow-crop = true;
shadow-red = 0.0;
shadow-green = 0.0;
shadow-blue = 0.0;
shadow = true;
shadow-opacity = 0.5;