-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcandy2
52 lines (49 loc) · 1.14 KB
/
candy2
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
## Compton Candy config
## dkeg 2015
#
## save as $HOME/.compton.conf
## call with compton & from .xinitrc
#
## Sometimes a little transparency can soften the edges
active-opacity=0.98;
inactive-opacity=0.98;
menu-opacity=0.99;
shadow-opacity = 0.1;
frame-opacity = 0.8;
opacity-rule = [
"99:class_g = 'URxvt'",
"98:class_g = 'Leafpad'",
"98:class_g = 'Conkeror'",
"98:class_g = 'Vimb'",
"98:class_g = 'Surf'",
"98:class_g = 'tabbed'",
"97:class_g = 'Dmenu'"
];
## Keep the shadows tight
#shadow = false;
shadow = true;
shadow-radius = 5;
shadow-offset-x = 2;
shadow-offset-y = 2;
#no-dock-shadow = true;
no-dock-shadow = false;
no-dnd-shadow = true;
clear-shadow = true;
shadow-exclude = [
"n:e:Notifications"
#,"class_g = 'Dmenu'"
];
## Soften the window and workspace changes
fading = true;
fade-in-step = 0.04;
fade-out-step = 0.04;
## Extras
use-ewmh-active-win = true;
detect-client-opacity = true;
sw-opti = true;
#backend = "glx"
detect-transient = true;
detect-client-leader = true;
shadow-ignore-shaped = true;
detect-rounded-corners = true;
#blur-background = true;