-
Notifications
You must be signed in to change notification settings - Fork 0
/
picom.conf
80 lines (69 loc) · 1.62 KB
/
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
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
75
76
77
78
79
80
## UNCOMMENT THESE FOR OP ANIMATIONS
# animations: true;
# animation-stiffness = 100
# animation-window-mass = 1
# animation-dampening = 17
# animation-clamping = false
# animation-for-open-window = "slide-right"; #open window
# animation-for-unmap-window = "slide-left"; #minimize window
# animation-for-workspace-switch-in = "slide-right"; #the windows in the workspace that is coming in
# animation-for-workspace-switch-out = "slide-left"; #the windows in the workspace that are coming out
# animation-for-transient-window = "zoom"; #popup windows
shadow = true;
shadow-radius = 10;
shadow-offset-x = -7;
shadow-offset-y = -6;
shadow-opacity = 0.5;
shadow-red = 0.0;
shadow-green = 0.0;
shadow-blue = 0.0;
fading = true;
fade-delta = 0;
fade-in-step = 0.025;
fade-out-step = 0.025;
shadow-ignore-shaped = false;
frame-opacity = 1.0;
inactive-opacity-override = false;
wintypes :
{
popup_menu =
{
opacity = 1.0;
};
dropdown_menu =
{
opacity = 1.0
};
dnd =
{
shadow = false;
};
dock =
{
shadow = true;
};
tooltip =
{
fade = true;
shadow = true;
opacity = 1.0;
focus = true;
};
};
corner-radius = 8;
blur-size = 12
blur-strength = 5
blur-background = true
blur-background-fixed = true
blur-kern = "3x3box";
blur-background-exclude = [
"window_type != 'splash'"
];
## arian8j2's picom animations properties.
# UNCOMMENT FOR cool transition ;)
# transition = true;
# transition-offset = 25;
# transition-direction = "smart-x";
# transition-timing-function = "ease-out-cubic";
# transition-step = 0.038;
# transition-rule = [];