diff options
author | Shubham Saini <x@ghost.localdomain> | 2020-08-01 10:27:02 +0000 |
---|---|---|
committer | Shubham Saini <x@ghost.localdomain> | 2020-08-01 10:27:02 +0000 |
commit | aa1fbe12aec99cecd90f2e7ea21d8ab2110ac4ba (patch) | |
tree | 14d0552185d24907a166724c635d05857b90a35e /compton | |
parent | 21749df08dbd93b09c291ce66345b4636100a5da (diff) |
added lemon
Diffstat (limited to 'compton')
-rw-r--r-- | compton/.config/compton.conf | 75 |
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 | ||
2 | shadow = true; | ||
3 | shadow-radius = 0.5; | ||
4 | shadow-offset-x = 3; | ||
5 | shadow-offset-y = 3; | ||
6 | shadow-opacity = 0.65; | ||
7 | log-level = "warn"; | ||
8 | shadow-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 | ||
23 | frame-opacity = 1.0; | ||
24 | inactive-opacity-override = false; | ||
25 | blur-background = true; | ||
26 | blur-strength = 3; | ||
27 | blur-kern = "3x3box"; | ||
28 | blur-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 | ]; | ||
36 | opacity-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 | ||
43 | fading = true; | ||
44 | fade-in-step = 0.03; | ||
45 | fade-out-step = 0.03; | ||
46 | fade-exclude = [ ]; | ||
47 | |||
48 | ## GLX | ||
49 | glx-no-stencil = true; | ||
50 | glx-no-rebind-pixmap = true; | ||
51 | use-damage = true; | ||
52 | |||
53 | ## WINDOW TYPES | ||
54 | wintypes: | ||
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 | ||
64 | backend = "glx"; | ||
65 | mark-wmwin-focused = true; | ||
66 | mark-ovredir-focused = true; | ||
67 | use-ewmh-active-win = true; | ||
68 | detect-rounded-corners = true; | ||
69 | detect-client-opacity = true; | ||
70 | refresh-rate = 0; | ||
71 | vsync = true; | ||
72 | focus-exclude = [ "class_g = 'Cairo-clock'" ]; | ||
73 | detect-transient = true; | ||
74 | detect-client-leader = true; | ||
75 | invert-color-include = [ ]; | ||