diff --git a/picom/picom.conf b/picom/picom.conf index 26bac88..3c958fd 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -17,3 +17,8 @@ opacity-rule = [ animation-delta = 6; animations = true; +corner-radius = 8; + +rounded-corners-exclude = [ + "class_g *= 'dwm'" +];