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