added send to device shell script.
[my-dotfiles.git] / compton.conf
1 shadow = true;
2 no-dnd-shadow = true;
3 no-dock-shadow = true;
4 clear-shadow = true;
5 shadow-radius = 7;
6 shadow-offset-x = -7;
7 shadow-offset-y = -7;
8 shadow-opacity = 0.7;
9 shadow-red = 0.0;
10 shadow-green = 0.0;
11 shadow-blue = 0.0;
12 shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'","class_g = 'qlocktwo'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "argb && (_NET_WM_WINDOW_TYPE@:a *= 'MENU' || _NET_WM_WINDOW_TYPE@:a *= 'COMBO')" ];
13 shadow-ignore-shaped = false;
14 xinerama-shadow-crop = false;
15 menu-opacity = 0.8;
16 inactive-opacity = 0.8;
17 active-opacity = 1.0;
18 frame-opacity = 0.7;
19 inactive-opacity-override = false;
20 alpha-step = 0.06;
21 inactive-dim = 0.0;
22 blur-kern = "3x3box";
23 blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'", "(_NET_WM_WINDOW_TYPE@:a *= 'MENU' || _NET_WM_WINDOW_TYPE@:a *= 'COMBO')" ];
24 fading = true;
25 fade-in-step = 0.03;
26 fade-out-step = 0.03;
27 fade-exclude = [ ];
28 backend = "xrender";
29 mark-wmwin-focused = true;
30 mark-ovredir-focused = true;
31 detect-rounded-corners = true;
32 detect-client-opacity = true;
33 refresh-rate = 0;
34 vsync = "none";
35 dbe = false;
36 paint-on-overlay = true;
37 focus-exclude = [ "class_g = 'Cairo-clock'" ];
38 detect-transient = true;
39 detect-client-leader = true;
40 invert-color-include = [ ];
41 glx-copy-from-front = false;
42 glx-swap-method = "undefined";
43 wintypes :
44 {
45 tooltip :
46 {
47 fade = true;
48 shadow = false;
49 opacity = 0.75;
50 focus = true;
51 };
52 };
53 blur-background = true;
54 blur-background-frame = true;
55 no-fading-openclose = false;