From 97c70647d9ae06b7db073a7e57db32ee227a412c Mon Sep 17 00:00:00 2001 From: rydesun Date: Mon, 10 Oct 2022 20:17:12 +0800 Subject: [PATCH] Update picom corner radius --- .config/picom/picom.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 # #################################