diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 5bfa08b..783cc3c 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -55,7 +55,7 @@ glx-copy-from-front = false; ################################# # Enabled client-side shadows on windows. -shadow = true; +shadow = false; # The blur radius for shadows. (default 12) shadow-radius = 5; # The left offset for shadows. (default -15) @@ -154,6 +154,9 @@ fade-exclude = [ ]; # ################################# +# Rounded corners +corner-radius: 14; + # Try to detect WM windows and mark them as active. mark-wmwin-focused = true; # Mark all non-WM but override-redirect windows active (e.g. menus).