-
Notifications
You must be signed in to change notification settings - Fork 0
/
compton
40 lines (34 loc) · 827 Bytes
/
compton
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
# basic configuration
backend = "glx";
vsync = true;
#Shadow
shadow = false;
no-dnd-shadow = true;
no-dock-shadow = false;
shadow-radius = 10;
shadow-offset-x = -15;
shadow-offset-y = -15;
shadow-opacity = 0.7;
# 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",
# apply enkel shadows op context menus en polybar
"class_g != 'Polybar' && window_type !*= 'menu'"
];
# shadow-exclude = "n:e:Notification";
# shadow-exclude-reg = "x10+0+0";
# xinerama-shadow-crop = true;
#Fading
fading = true;
# fade-delta = 30;
fade-in-step = 0.2;
fade-out-step = 0.2;
#no-fading-openclose = true;
#no-fading-destroyed-argb = true;
fade-exclude = [ ];