]> gitweb @ CieloNegro.org - sugar.git/blob - dot-files/_config/compton_conf
Auto commit by The Sugar System.
[sugar.git] / dot-files / _config / compton_conf
1 # Shadow
2 shadow = true;
3 no-dnd-shadow = true;
4 no-dock-shadow = true;
5 clear-shadow = true;
6 shadow-radius = 7;
7 shadow-offset-x = -7;
8 shadow-offset-y = -7;
9 # shadow-opacity = 0.7;
10 # shadow-red = 0.0;
11 # shadow-green = 0.0;
12 # shadow-blue = 0.0;
13 shadow-exclude = [
14         "name = 'Notification'",
15         "class_g = 'Conky'",
16         "class_g ?= 'Notify-osd'",
17         "class_g = 'Cairo-clock'",
18         "_GTK_FRAME_EXTENTS@:c"
19 ];
20 # shadow-exclude = "n:e:Notification";
21 # shadow-exclude-reg = "x10+0+0";
22 # xinerama-shadow-crop = true;
23
24 # Opacity
25 menu-opacity = 0.9;
26 inactive-opacity = 1.0;
27 active-opacity = 1.0;
28 frame-opacity = 0.8;
29 inactive-opacity-override = false;
30 alpha-step = 0.06;
31 # inactive-dim = 0.2;
32 # inactive-dim-fixed = true;
33 # blur-background = true;
34 # blur-background-frame = true;
35 blur-kern = "3x3box"
36 # blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"
37 # blur-background-fixed = true;
38 blur-background-exclude = [
39         "window_type = 'dock'",
40         "window_type = 'desktop'",
41         "_GTK_FRAME_EXTENTS@:c"
42 ];
43 # opacity-rule = [ "80:class_g = 'URxvt'" ];
44
45 # Fading
46 fading = true;
47 # fade-delta = 30;
48 fade-in-step = 0.13;
49 fade-out-step = 0.13;
50 # no-fading-openclose = true;
51 # no-fading-destroyed-argb = true;
52 fade-exclude = [ ];
53
54 # Other
55 backend = "xrender"
56 mark-wmwin-focused = true;
57 mark-ovredir-focused = true;
58 # use-ewmh-active-win = true;
59 detect-rounded-corners = true;
60 detect-client-opacity = true;
61 refresh-rate = 0;
62 vsync = "none";
63 dbe = false;
64 paint-on-overlay = true;
65 # sw-opti = true;
66 # unredir-if-possible = true;
67 # unredir-if-possible-delay = 5000;
68 # unredir-if-possible-exclude = [ ];
69 focus-exclude = [ "class_g = 'Cairo-clock'" ];
70 detect-transient = true;
71 detect-client-leader = true;
72 invert-color-include = [ ];
73 # resize-damage = 1;
74
75 # GLX backend
76 # glx-no-stencil = true;
77 glx-copy-from-front = false;
78 # glx-use-copysubbuffermesa = true;
79 # glx-no-rebind-pixmap = true;
80 glx-swap-method = "undefined";
81 # glx-use-gpushader4 = true;
82 # xrender-sync = true;
83 # xrender-sync-fence = true;
84
85 # Window type settings
86 wintypes:
87 {
88   tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
89 };