]> git.rmz.io Git - dotfiles.git/blob - compton.conf
zsh: use XDG_{CONFIG,CACHE}_HOME
[dotfiles.git] / 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 = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'" ];
14 # shadow-exclude = "n:e:Notification";
15 #shadow-ignore-shaped = false;
16
17 # Opacity
18 menu-opacity = 0.9;
19 #inactive-opacity = 0.8;
20 #active-opacity = 0.8;
21 #frame-opacity = 0.7;
22 #inactive-opacity-override = false;
23 #alpha-step = 0.06;
24 # inactive-dim = 0.2;
25 # inactive-dim-fixed = true;
26 blur-background = true;
27 blur-background-frame = true;
28 #blur-background-fixed = false;
29 blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
30
31 # Fading
32 #fading = true;
33 # fade-delta = 30;
34 #fade-in-step = 0.03;
35 #fade-out-step = 0.03;
36 # no-fading-openclose = true;
37 #fade-exclude = [ ];
38
39 # Other
40 backend = "glx"
41 mark-wmwin-focused = true;
42 #mark-ovredir-focused = true;
43 #use-ewmh-active-win = false;
44 #detect-rounded-corners = true;
45 #detect-client-opacity = true;
46 #refresh-rate = 0;
47 #vsync = "none";
48 #dbe = false;
49 #paint-on-overlay = false;
50 #sw-opti = false;
51 #unredir-if-possible = false;
52 #focus-exclude = [ ];
53 #detect-transient = true;
54 #detect-client-leader = true;
55 #invert-color-include = [ ];
56
57 # GLX backend
58 # glx-no-stencil = true;
59 #glx-copy-from-front = false;
60 # glx-use-copysubbuffermesa = true;
61 # glx-no-rebind-pixmap = true;
62 #glx-swap-method = "undefined";
63
64 # Window type settings
65 wintypes:
66 {
67 tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; };
68 };