blob: aff1471fa427ec3e8f5a8cf75ad0861a746c5116 (
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
50
51
52
|
backend = "glx";
### Shadow
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
# clear-shadow = true;
shadow-radius = 10;
shadow-offset-x = -8;
shadow-offset-y = -5;
shadow-opacity = 1;
shadow-red = 0.0;
shadow-green = 0.0;
shadow-blue = 0.0;
inactive-dim=0.1
inactive-opacity=0.99
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 = false;
opacity = 0.85;
focus = true;
}
}
# shadow-exclude-reg = "x10+0+0";
# xinerama-shadow-crop = true;
|