From d157680687bc2d5e088efaa684a04679a9aa0e66 Mon Sep 17 00:00:00 2001 From: Karl Is Wright Date: Mon, 27 Mar 2023 01:27:17 +0000 Subject: [PATCH] Update picom.conf Removed clear-shadow = true; as the option is depreciated and newer picom assumes it to be on by default. --- config/picom/picom.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/picom/picom.conf b/config/picom/picom.conf index bcf449b..3a815ba 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -1,4 +1,3 @@ -clear-shadow = true; shadow = true; shadow-radius = 10; @@ -62,4 +61,4 @@ wintypes : corner-radius = 6; rounded-corners-exclude = [ "class_g = 'Polybar'", -] \ No newline at end of file +]