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.