From 4a2d8ad1e61908adce77b9ed5431edd198b62fdf Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 29 Jul 2022 11:37:50 -0400 Subject: [PATCH] picom: Halve shadow opacity Decreasing the shadow opacity here makes it less noticeable when dealing with side-by-side windows. --- picom/.config/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 15c4bff9..3caf33d2 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -28,7 +28,7 @@ fading = true # Shadow settings shadow-radius = 8 -shadow-opacity = 0.5 +shadow-opacity = 0.25 # Shadow offset (-10 for HiDPI, -5 otherwise) shadow-offset-x = -5