diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index de3a494..721091e 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -20,6 +20,16 @@ shadow-exclude = [ fading = true +################################# +# Corners # +################################# + +corner-radius = 12 + +rounded-corners-exclude = [ + "IS_FLOATING@:s != 'True'" +]; + ################################# # General Settings # #################################