From 676870d6e537d31baebfa56ed721545f161604eb Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sat, 9 Sep 2023 11:48:56 -0400 Subject: [PATCH] picom performance tweak --- my_home/.config/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_home/.config/picom.conf b/my_home/.config/picom.conf index d54eafc..1e088cc 100644 --- a/my_home/.config/picom.conf +++ b/my_home/.config/picom.conf @@ -48,7 +48,7 @@ glx-no-rebind-pixmap = true; #glx-swap-method = "undefined"; # This used to be a default, fixes some artifacts w/ background blur -use-damage = false; +use-damage = true; ################################# #