summaryrefslogtreecommitdiff
path: root/compton
diff options
context:
space:
mode:
Diffstat (limited to 'compton')
-rw-r--r--compton/.config/compton.conf78
1 files changed, 78 insertions, 0 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf
new file mode 100644
index 0000000..4c7a37e
--- /dev/null
+++ b/compton/.config/compton.conf
@@ -0,0 +1,78 @@
1backend = "glx";
2glx-no-stencil = true;
3glx-copy-from-front = false;
4glx-swap-method = "undefined";
5shadow = false;
6no-dnd-shadow = true;
7no-dock-shadow = true;
8shadow-radius = 4;
9shadow-opacity = 0.6;
10shadow-offset-x = -6;
11shadow-offset-y = -2;clear-shadow = true;
12shadow-exclude = [
13 "! name~=''",
14 "name = 'Notification'",
15 "name = 'Plank'",
16 "name = 'Docky'",
17 "name = 'Kupfer'",
18 "name = 'xfce4-notifyd'",
19 "name *= 'VLC'",
20 "name *= 'compton'",
21 "name *= 'Chromium'",
22 "name *= 'Chrome'",
23 "class_g = 'Conky'",
24 "class_g = 'Kupfer'",
25 "class_g = 'Synapse'",
26 "class_g ?= 'Notify-osd'",
27 "class_g ?= 'Cairo-dock'",
28 "class_g ?= 'Xfce4-notifyd'",
29 "class_g ?= 'Xfce4-power-manager'",
30 "_GTK_FRAME_EXTENTS@:c"
31];
32shadow-ignore-shaped = false;
33menu-opacity = 1;
34inactive-opacity = 1;
35active-opacity = 1;
36frame-opacity = 1;
37inactive-opacity-override = false;
38alpha-step = 0.06;
39 blur-background = true;
40blur-background-fixed = false;
41blur-background-exclude = [
42 "window_type = 'dock'",
43 "window_type = 'desktop'"
44];
45fading = true;
46fade-delta = 2;
47fade-in-step = 0.03;
48fade-out-step = 0.03;
49
50fade-exclude = [ ];
51mark-wmwin-focused = true;
52mark-ovredir-focused = true;
53use-ewmh-active-win = true;
54detect-rounded-corners = true;
55detect-client-opacity = true;
56opacity-rule = [
57 "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
58];
59refresh-rate = 0;
60vsync = "opengl-swc";
61dbe = false;
62paint-on-overlay = true;
63sw-opti = true;
64unredir-if-possible = true;
65focus-exclude = [ ];
66detect-transient = true;
67detect-client-leader = true;
68wintypes:
69{
70 tooltip =
71 {
72 fade = true;
73 shadow = false;
74 opacity = 0.85;
75 focus = true;
76 };
77};
78