-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.compton.conf
48 lines (37 loc) · 953 Bytes
/
.compton.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
# backend = "xrender"
backend = "glx"
vsync = "opengl";
# blur-background = true;
# blur-kern = "3x3box"
fading = true;
# fade-delta = 5.0;
no-fading-destroyed-argb = true;
fade-in-step = 0.55;
fade-out-step = 0.55;
# no-fading-openclose = true;
# fade-exclude = [ ];
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = false;
clear-shadow = true;
shadow-radius = 6;
shadow-offset-x = -9;
shadow-offset-y = -9;
shadow-opacity = 0.05;
# shadow-red = 0.0;
# shadow-green = 0.0;
# shadow-blue = 0.0;
shadow-exclude = [
"name = 'Notification'",
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"_GTK_FRAME_EXTENTS@:c"
];
wintypes:
{
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
notification = { fade = true; shadow = false; opacity = 0.85; focus = true; };
};
# opacity-rule = ["95:class_g = 'Termite'"];
# vim: ft=dosini cms=#%s