-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpicom.conf
84 lines (74 loc) · 2.27 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
81
82
83
84
# Opacity ---------------------------------------------------------------------
opacity-rule = [
"100:_NET_WM_STATE@:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:_NET_WM_STATE@:32a = '_NET_WM_STATE_MAXIMIZED_VERT'",
"100:_NET_WM_STATE@:32a = '_NET_WM_STATE_MAXIMIZED_HORZ'",
"90 :window_type *= 'dock'",
"100 :window_type *= 'desktop'",
"100 :class_g *= 'Eog'",
"100 :class_g *= 'Evince'",
"100:class_g *= 'firefox'",
"100:class_g *= 'Google-chrome'",
"70:class_g *= 'ksplash'",
"100:class_g *= 'libreoffice'",
"90 :class_g *= 'Mendeley Desktop'",
"100:class_g *= 'mpv'",
"100:class_g *= 'plasmashell'",
"100:class_g *= 'Teams'",
"80 :class_g *= 'Spotify'",
"90 :class_g *= 'Surf'",
"100:class_g *= 'Teams'",
"100 :class_g *= 'URxvt'",
"80 :class_g *= 'discord'",
"100 :class_g *= 'Deskimg'",
"100 :class_g *= 'factrio'",
"90 :class_g *= 'Zathura'",
"100 :class_g *= 'zoom'"
];
popup_menu-opacity=0.8;
inactive-opacity = 0.8;
active-opacity = 0.8;
frame-opacity = 1;
dock-opacity = 0.8;
inactive-opacity-override = false;
pseudo-transparency = false;
# Blur ------------------------------------------------------------------------
blur: {
method = "dual_kawase";
strength = 12;
#background = false;
#background-frame = false;
}
backend = "glx";
experimental-backends = true;
blur-background-exclude = [
"class_g *= 'Peek'",
"class_g *= 'Deskimg'",
"class_g *= 'zoom'",
"class_g *= 'kdeconnect.daemon'",
"name *= 'rect-overlay'"
]
# Round coners ----------------------------------------------------------------
corner-radius = 12;
round-borders = 1;
#round-border-radius = 22;
rounded-corners-exclude = [
"name *= 'tray'",
"window_type = 'dock'",
"window_type = 'desktop'",
"class_g *= 'Deskimg'",
"class_g *= 'mpv'"
];
# Shadow ----------------------------------------------------------------------
#full-shadow = true;
shadow = false;
# Animations ------------------------------------------------------------------
transition-pow-x = 0.1;
transition-pow-y = 0.1;
#
vsync = true;