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