From 966fd983451b09c37c81d589ac168e0ea35c2bca Mon Sep 17 00:00:00 2001 From: templis Date: Tue, 18 Feb 2020 20:23:14 +0100 Subject: [PATCH] Add compton --- .config/compton.conf | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .config/compton.conf diff --git a/.config/compton.conf b/.config/compton.conf new file mode 100644 index 0000000..7f1efd6 --- /dev/null +++ b/.config/compton.conf @@ -0,0 +1,44 @@ +shadow = true; +no-dnd-shadow = true; +no-dock-shadow = true; +clear-shadow = true; +shadow-radius = 12; +shadow-offset-x = -12; +shadow-offset-y = -12; +shadow-opacity = 0.95; +shadow-red = 0.18; +shadow-green = 0.2; +shadow-blue = 0.25; +shadow-exclude = [ "class_g = 'Cairo-clock'", "class_g = 'CoverGloobus'", "class_g = 'Tilda'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Firefox'", "class_g = 'Firefox-esr'", "class_g = 'Dmenu'", "name = 'Notification'", "_GTK_FRAME_EXTENTS@:c" ]; +fading = true; +fade-delta = 0.25; +fade-in-step = 0.02; +fade-out-step = 0.02; +fade-exclude = [ ]; +backend = "glx"; +mark-wmwin-focused = true; +mark-ovredir-focused = true; +detect-rounded-corners = true; +detect-client-opacity = true; +refresh-rate = 0; +vsync = "none"; +dbe = false; +paint-on-overlay = true; +focus-exclude = [ "class_g = 'Cairo-clock'", "class_g = 'CoverGloobus'", "class_g = 'Tilda'", "class_g = 'Firefox'", "class_g = 'Firefox-esr'" ]; +detect-transient = true; +detect-client-leader = true; +invert-color-include = [ ]; +glx-copy-from-front = false; +glx-swap-method = "undefined"; +wintypes : +{ + tooltip : + { + fade = true; + shadow = true; + opacity = 0.75; + focus = true; + }; +}; +opacity-rule = [ "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" ]; +inactive-dim = 0.0;