From 3914ee6eea20bf3b5d5fbf4b6fe45e589680e5c9 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 2 Apr 2025 18:49:38 -0500 Subject: [PATCH] Added detect-rounded-corners to prevent VM cpu usage from spiking. --- .config/picom/picom.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 0e607b7..f70f961 100755 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -48,6 +48,7 @@ shadow-exclude = [ ]; corner-radius = 8 +detect-rounded-corners = false # Fade windows in/out when opening/closing and when opacity changes, # unless no-fading-openclose is used.