blob: c66910089c830de5f316484f4550054a5f2d758e (
plain) (
blame)
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
|
backend = "glx";
### Shadow
shadow = true;
no-dnd-shadow = true;
# no-dock-shadow = true;
# clear-shadow = true;
shadow-radius = 10;
shadow-offset-x = -3;
shadow-offset-y = -3;
shadow-opacity = 0.8;
shadow-red = 0.0;
shadow-green = 0.0;
shadow-blue = 0.0;
inactive-dim=0.2
inactive-opacity=0.98
shadow-exclude = [
# From the Ubuntu forums link ('screaminj3sus')
# "! name~=''",
# "n:e:Notification",
# "n:e:Plank",
# "n:e:Docky",
# "g:e:Synapse",
# "g:e:Kupfer",
# "g:e:Conky",
# "n:w:*Firefox*",
# "class_g ?= 'Notify-osd'",
# "class_g ?= 'Cairo-dock'",
# "class_g ?= 'Xfce4-notifyd'",
# "class_g ?= 'Xfce4-power-manager'"
];
shadow-ignore-shaped = false;
blur-background = true;
wintypes:
{
tooltip =
{
fade = true;
shadow = true;
opacity = 0.85;
focus = true;
}
}
# shadow-exclude-reg = "x10+0+0";
# xinerama-shadow-crop = true;
|