From 445054554adde8c9dcc23b1e6573758f5f663c2e Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Fri, 2 Jun 2023 19:45:14 -0400 Subject: [PATCH] picom: fades and rounded corners are back MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit for some reason picom now properly does corners on dwm without cutting borders. thanks yshui 👍 --- src/.config/picom/picom.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/.config/picom/picom.conf b/src/.config/picom/picom.conf index 113cf36..7b3e291 100644 --- a/src/.config/picom/picom.conf +++ b/src/.config/picom/picom.conf @@ -7,4 +7,10 @@ shadow-offset-x = -7; shadow-offset-y = -7; # fading -fading = false; +fading = true; +fade-in-step = 0.05; +fade-out-step = 0.05; +fade-delta = 5; + +# corner +corner-radius = 8