aboutsummaryrefslogtreecommitdiff
path: root/config/picom/picom.conf
blob: 3c0855d172698b808fbfd0aae2279c33b66c4faa (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Opacity
inactive-opacity = 0.65;
active-opacity = 0.9;

# Border
corner-radius = 6
round-borders = 6

# Blur
blur: 
{
	method = "dual_kawase";
	strength = 15;
}

wintypes:
{
	normal = { blur-background = true; };
	splash = { blur-background = false; };
};

# Fading
fading = false;
fade-in-step = 0.07;
fade-out-step = 0.07;
fade-exclude = [ ];

# Other
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
vsync = true;
dbe = false;
unredir-if-possible = true;
detect-transient = true;
detect-client-leader = true;

# GLX Backend
backend = "glx";
glx-no-stencil = true
glx-copy-from-front = false;
use-damage = true;
glx-no-rebind-pixmap = true;