From 743109b149b044ddd84b721c76a277a3b466efc6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 30 Oct 2024 17:38:51 +0100 Subject: [PATCH] picom: disble crop-shadow-to-monitor It seems to create a shadow at the border of a monitor. --- dotfiles/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 991192b..67dffbe 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -66,5 +66,5 @@ shadow-exclude = [ "name = 'Firefox — Sharing Indicator'", # Firefox "name = 'Screen Sharing Tracker'" # Jitsi ]; -crop-shadow-to-monitor = true; +# crop-shadow-to-monitor = true; fade-exclude = [ ];