From aad8d4d7cd07b6627f32c938dcb98fa0c9fe5747 Mon Sep 17 00:00:00 2001 From: rydesun Date: Thu, 25 Feb 2021 18:52:52 +0800 Subject: [PATCH] Add picom config --- .config/picom/picom.conf | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .config/picom/picom.conf diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 0000000..6cae47f --- /dev/null +++ b/.config/picom/picom.conf @@ -0,0 +1,43 @@ +################################# +# Shadows # +################################# + +shadow = true +shadow-radius = 32 +shadow-offset-x = -32 +shadow-offset-y = -32 +shadow-opacity = 0.24 + +shadow-exclude = [ + "class_g = 'Thunderbird' && argb" +] + +################################# +# Fading # +################################# + +fading = true + +################################# +# Transparency / Opacity # +################################# + +opacity-rule = [ + "90:class_i = 'Terminal Emulator'" +]; + +################################# +# General Settings # +################################# + +vsync = true +mark-wmwin-focused = true +mark-ovredir-focused = true +detect-rounded-corners = true +detect-client-opacity = true +refresh-rate = 0 +use-ewmh-active-win = true +detect-transient = true +detect-client-leader = true +use-damage = true +