From e3cffc83b04c403e106003e8a93b3abb44d2ac15 Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Wed, 12 Jun 2024 06:50:01 -0600 Subject: [PATCH] fixed picom locking to 60 fps --- .config/picom/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 69ec940..8b3660a 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -214,7 +214,7 @@ blur-background-exclude = [ # `xrender` is the default one. # # backend = "glx" -backend = "xrender"; +backend = "glx"; # Use higher precision during rendering, and apply dither when presenting the # rendered screen. Reduces banding artifacts, but might cause performance @@ -223,7 +223,7 @@ dithered-present = false; # Enable/disable VSync. # vsync = false -vsync = true; +vsync = false; # Try to detect WM windows (a non-override-redirect window with no # child that has 'WM_STATE') and mark them as active.