From a7b6ca91ad0c23ab4370615e2678405bd8df3bda Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Sat, 4 Dec 2021 23:47:50 +0100 Subject: [PATCH] Switched to a picom fork from ibhagwan Signed-off-by: Louis Vallat --- .config/picom.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/picom.conf b/.config/picom.conf index 203ecab..609ea81 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -1,3 +1,5 @@ +# see https://github.com/ibhagwan/picom/blob/next-rebase/picom.sample.conf + # Shadows shadow = false; shadow-radius = 20; @@ -14,9 +16,10 @@ shadow-exclude = [ ]; #Corners -corner-radius = 16; +corner-radius = 8; rounded-corners-exclude = [ - "class_g = 'dmenu'" + "class_g = 'dmenu'", + "class_g = 'kitty'", ]; # Fading