summaryrefslogtreecommitdiffstats
path: root/.config/picom/picom.conf
blob: 9cd87fead490e7cb157da2fd2f63be4332888311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
inactive-opacity = 0.90;
fade-in-step = 0.01;
fade-out-step = 0.01;
fade-delta = 16;
fading = true;
no-fading-openclose = true;
corner-radius = 10;
shadow = true;
blur = {
	method = "gaussian";
	size = 5;
	deviation = 5;
}
wintypes = {

}