-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcompton.conf
58 lines (58 loc) · 3.56 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
backend = "glx";
glx-no-stencil = true;
glx-copy-from-front = false;
glx-swap-method = "undefined";
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = false;
clear-shadow = true;
shadow-radius = 5;
shadow-offset-x = -6;
shadow-offset-y = -6;
shadow-opacity = 0.9;
shadow-exclude = [ "! name~=''", "name = 'Plank'", "name = 'Docky'", "name = 'Kupfer'", "name = 'xfce4-notifyd'", "name *= 'compton'", "class_g = 'Conky'", "class_g = 'Kupfer'", "class_g = 'Synapse'", "class_g ?= 'Cairo-dock'", "class_g ?= 'Xfce4-notifyd'", "class_g ?= 'Xfce4-power-manager'" ];
shadow-ignore-shaped = false;
menu-opacity = 0.7;
inactive-opacity = 0.7;
active-opacity = 1;
frame-opacity = 0.5;
inactive-opacity-override = false;
alpha-step = 0.06;
inactive-dim = 0.0;
inactive-dim-fixed = true;
blur-background = true;
blur-background-frame = true;
blur-background-fixed = false;
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
blur-kern = "15,15,0.969839,0.973787,0.977140,0.979892,0.982038,0.983574,0.984496,0.984804,0.984496,0.983574,0.982038,0.979892,0.977140,0.973787,0.969839,0.973787,0.977751,0.981118,0.983881,0.986036,0.987578,0.988504,0.988813,0.988504,0.987578,0.986036,0.983881,0.981118,0.977751,0.973787,0.977140,0.981118,0.984496,0.987269,0.989431,0.990978,0.991908,0.992218,0.991908,0.990978,0.989431,0.987269,0.984496,0.981118,0.977140,0.979892,0.983881,0.987269,0.990050,0.992218,0.993769,0.994702,0.995012,0.994702,0.993769,0.992218,0.990050,0.987269,0.983881,0.979892,0.982038,0.986036,0.989431,0.992218,0.994391,0.995946,0.996880,0.997191,0.996880,0.995946,0.994391,0.992218,0.989431,0.986036,0.982038,0.983574,0.987578,0.990978,0.993769,0.995946,0.997503,0.998439,0.998751,0.998439,0.997503,0.995946,0.993769,0.990978,0.987578,0.983574,0.984496,0.988504,0.991908,0.994702,0.996880,0.998439,0.999375,0.999688,0.999375,0.998439,0.996880,0.994702,0.991908,0.988504,0.984496,0.984804,0.988813,0.992218,0.995012,0.997191,0.998751,0.999688,0.999688,0.998751,0.997191,0.995012,0.992218,0.988813,0.984804,0.984496,0.988504,0.991908,0.994702,0.996880,0.998439,0.999375,0.999688,0.999375,0.998439,0.996880,0.994702,0.991908,0.988504,0.984496,0.983574,0.987578,0.990978,0.993769,0.995946,0.997503,0.998439,0.998751,0.998439,0.997503,0.995946,0.993769,0.990978,0.987578,0.983574,0.982038,0.986036,0.989431,0.992218,0.994391,0.995946,0.996880,0.997191,0.996880,0.995946,0.994391,0.992218,0.989431,0.986036,0.982038,0.979892,0.983881,0.987269,0.990050,0.992218,0.993769,0.994702,0.995012,0.994702,0.993769,0.992218,0.990050,0.987269,0.983881,0.979892,0.977140,0.981118,0.984496,0.987269,0.989431,0.990978,0.991908,0.992218,0.991908,0.990978,0.989431,0.987269,0.984496,0.981118,0.977140,0.973787,0.977751,0.981118,0.983881,0.986036,0.987578,0.988504,0.988813,0.988504,0.987578,0.986036,0.983881,0.981118,0.977751,0.973787,0.969839,0.973787,0.977140,0.979892,0.982038,0.983574,0.984496,0.984804,0.984496,0.983574,0.982038,0.979892,0.977140,0.973787,0.969839,";
fading = false;
fade-delta = 4;
fade-in-step = 0.03;
fade-out-step = 0.03;
fade-exclude = [ ];
mark-wmwin-focused = false;
mark-ovredir-focused = false;
use-ewmh-active-win = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
vsync = "opengl-swc";
dbe = false;
paint-on-overlay = true;
sw-opti = false;
unredir-if-possible = true;
focus-exclude = [ "class_g = 'mpv'", "class_g = 'gimp'", "class_g = 'zsnes'" ];
detect-transient = true;
detect-client-leader = true;
wintypes :
{
tooltip :
{
fade = true;
shadow = false;
opacity = 0.85;
focus = true;
};
};
transition-length = 100;
glx-no-rebind-pixmap = true;