summaryrefslogtreecommitdiff
path: root/compton/.config/compton.conf
diff options
context:
space:
mode:
Diffstat (limited to 'compton/.config/compton.conf')
-rw-r--r--compton/.config/compton.conf75
1 files changed, 0 insertions, 75 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf
deleted file mode 100644
index 6c99fcc..0000000
--- a/compton/.config/compton.conf
+++ /dev/null
@@ -1,75 +0,0 @@
1## SHADOWS
2shadow = true;
3shadow-radius = 0.5;
4shadow-offset-x = 3;
5shadow-offset-y = 3;
6shadow-opacity = 0.65;
7log-level = "warn";
8shadow-exclude = [
9 "name = 'Notification'",
10 "class_g = 'conky'",
11 "class_g ?= 'Notify-osd'",
12 "class_g = 'Cairo-clock'",
13 "class_g ?= 'slop'",
14 "name = 'polybar'",
15 "name = 'Polybar tray window'",
16 "class_g ?= 'Rofi'",
17 "class_g ?= 'dwm'",
18 "class_g = 'Firefox' && argb",
19 "_GTK_FRAME_EXTENTS@:c"
20];
21
22## OPACITY
23frame-opacity = 1.0;
24inactive-opacity-override = false;
25blur-background = true;
26blur-strength = 3;
27blur-kern = "3x3box";
28blur-background-exclude = [
29 "class_g ?= 'slop'",
30 "name = 'polybar'",
31 "name = 'Polybar tray window'",
32 "class_g = 'conky'",
33 "class_g ?= 'Rofi'",
34 "class_g ?= 'zoom'"
35];
36opacity-rule = [
37 "40:class_g = 'Bspwm' && class_i = 'presel_feedback'",
38 "100:class_g = 'URxvt' && focused",
39 "95:class_g = 'URxvt' && !focused"
40];
41
42## FADING
43fading = true;
44fade-in-step = 0.03;
45fade-out-step = 0.03;
46fade-exclude = [ ];
47
48## GLX
49glx-no-stencil = true;
50glx-no-rebind-pixmap = true;
51use-damage = true;
52
53## WINDOW TYPES
54wintypes:
55{
56 tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
57 dock = { shadow = false; }
58 dnd = { shadow = false; }
59 popup_menu = { opacity = 0.8; }
60 dropdown_menu = { opacity = 0.8; }
61};
62
63## MISC
64backend = "glx";
65mark-wmwin-focused = true;
66mark-ovredir-focused = true;
67use-ewmh-active-win = true;
68detect-rounded-corners = true;
69detect-client-opacity = true;
70refresh-rate = 0;
71vsync = true;
72focus-exclude = [ "class_g = 'Cairo-clock'" ];
73detect-transient = true;
74detect-client-leader = true;
75invert-color-include = [ ];