From 2126d687f0d514311eebab36da50dacf0ed04dc2 Mon Sep 17 00:00:00 2001 From: "tanguy@aristotle" Date: Fri, 24 Jul 2020 20:59:02 +0200 Subject: [PATCH] Disable picom shadow and add rounded corners --- .config/picom/picom.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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).