-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpicom.conf
48 lines (41 loc) · 1017 Bytes
/
picom.conf
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
# Opacity
frame-opacity = 1.0;
#active-opacity = 0.95;
#inactive-opacity = 0.75;
#inactive-opacity-override = false;
detect-client-opacity = true;
opacity-rule = [
"95:class_g = 'TelegramDesktop' && focused",
"80:class_g = 'TelegramDesktop' && !focused",
"90:class_g = 'Alacritty' && focused",
"75:class_g = 'Alacritty' && !focused",
"100:class_g = 'gimp-2.10'",
"100:class_g = 'firefox'",
];
# Blur
blur-method = "dual_kawase"
blur-strenght = 5
# Fading
fading = true;
fade-delta = 1;
fade-in-step = 0.03;
fade-out-step = 0.03;
no-fading-openclose = false;
no-fading-destroyed-argb = true;
fade-exclude = [ ];
# Backend
backend = "glx";
glx-no-stencil = true;
glx-copy-from-front = false;
glx-no-rebind-pixmap = true;
use-damage = true;
xrender-sync-fence = true;
vsync = true;
# Others
mark-wmwin-focused = true;
mark-ovredir-focused = true;
use-ewmh-active-win = true;
detect-rounded-corners = true;
unredir-if-possible = false;
detect-transient = true;
detect-client-leader = true;