diff --git a/modules/picom/picom.conf b/modules/picom/picom.conf index abe6a99..719d782 100644 --- a/modules/picom/picom.conf +++ b/modules/picom/picom.conf @@ -13,10 +13,15 @@ fade-exclude = [ ]; backend = "glx"; +detect-rounded-corners = true; +blur-background-frame = false; blur: { method = "dual_kawase"; strength = 3; }; +blur-exclude = [ + "class_g != 'awesome'" +]; inactive-opacity = 1; active-opacity = 1;