wok view compton/stuff/compton.conf @ rev 15939

Add compton (X compositor) Fork of xcompmgr with bug fixes and lots of improvments
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 22 19:24:36 2014 +0100 (2014-02-22)
parents
children
line source
1 # SliTaz Compton X Compositor config file
3 # Shadow
4 shadow = true;
5 no-dnd-shadow = true;
6 no-dock-shadow = true;
7 clear-shadow = true;
8 shadow-radius = 7;
9 shadow-offset-x = -7;
10 shadow-offset-y = -7;
11 # shadow-opacity = 0.7;
12 # shadow-red = 0.0;
13 # shadow-green = 0.0;
14 # shadow-blue = 0.0;
15 shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'" ];
16 # shadow-exclude = "n:e:Notification";
17 shadow-ignore-shaped = false;
18 # shadow-exclude-reg = "x10+0+0";
19 # xinerama-shadow-crop = true;
21 # Opacity
22 menu-opacity = 0.8;
23 inactive-opacity = 0.8;
24 # active-opacity = 0.8;
25 frame-opacity = 0.7;
26 inactive-opacity-override = false;
27 alpha-step = 0.06;
28 # inactive-dim = 0.2;
29 # inactive-dim-fixed = true;
30 # blur-background = true;
31 # blur-background-frame = true;
32 blur-kern = "3x3box"
33 # 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"
34 # blur-background-fixed = true;
35 blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
36 # opacity-rule = [ "80:class_g = 'URxvt'" ];
38 # Fading
39 fading = true;
40 # fade-delta = 30;
41 fade-in-step = 0.03;
42 fade-out-step = 0.03;
43 # no-fading-openclose = true;
44 fade-exclude = [ ];
46 # Other
47 backend = "xrender"
48 mark-wmwin-focused = true;
49 mark-ovredir-focused = true;
50 # use-ewmh-active-win = true;
51 detect-rounded-corners = true;
52 detect-client-opacity = true;
53 refresh-rate = 0;
54 vsync = "none";
55 dbe = false;
56 paint-on-overlay = true;
57 # sw-opti = true;
58 # unredir-if-possible = true;
59 # unredir-if-possible-delay = 5000;
60 # unredir-if-possible-exclude = [ ];
61 focus-exclude = [ "class_g = 'Cairo-clock'" ];
62 detect-transient = true;
63 detect-client-leader = true;
64 invert-color-include = [ ];
65 # resize-damage = 1;
67 # GLX backend
68 # glx-no-stencil = true;
69 glx-copy-from-front = false;
70 # glx-use-copysubbuffermesa = true;
71 # glx-no-rebind-pixmap = true;
72 glx-swap-method = "undefined";
73 # glx-use-gpushader4 = true;
75 # Window type settings
76 wintypes:
77 {
78 tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; };
79 };