aboutsummaryrefslogtreecommitdiff
path: root/.config/picom.conf
blob: c0a831e07355859a76725f1b062e0f7ae373fb23 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# backend = "glx";

# fading = false;
# fade-delta = 10;
# fade-in-step = 0.13;
# fade-out-step = 0.1;
shadow = true;
shadow-radius = 48;
shadow-opacity = 0.3;
shadow-offset-y = -48;
shadow-offset-x = -48;

# detect-rounded-corners = true;
# detect-client-opacity = true;
# detect-transient = true;
# detect-client-leader = true;

# blur-kern = "3x3box";
# blur-method = "kawase";
# blur-strength = 15;

# blur-background-exclude = [
	# "class_g = 'Polybar'",
	# "class_g = 'Brave'",
	# "class_g = 'firefox' && !I3_FLOATING_WINDOW@:c"
# ]

shadow-exclude = [
	"!I3_FLOATING_WINDOW@:c && _NET_WM_WINDOW_TYPE@:32a *= '_NET_WM_WINDOW_TYPE_NORMAL'",
	"class_g = 'firefox' && !I3_FLOATING_WINDOW@:c"
]

wintypes: {
	dock = {
		shadow = false;
		corner-radius = 2;
		opacity = 0.999;
	};

	desktop = {
		shadow = false;
	};

	tooltip = {
		fade = true;
		shadow = false;
		opacity = 1;
	};

	menu = {
		fade = false;
	};

	utility = {
		shadow = false;
	};
};

# combo
# desktop
# dialog
# dnd
# dock
# dropdown_menu
# menu
# normal
# notify
# popup_menu
# splash
# toolbar
# tooltip
# unknown
# utility