Disable vsync and blur

Amolith created

Change summary

dot_config/picom.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

dot_config/picom.conf 🔗

@@ -117,7 +117,7 @@ inactive-opacity-override = false;
 # Do not let dimness adjust based on window opacity.
 inactive-dim-fixed = true;
 # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
-blur-background = true;
+blur-background = false;
 # Blur background of opaque windows with transparent frames as well.
 blur-background-frame = true;
 # Do not let blur radius adjust based on window opacity.
@@ -178,7 +178,7 @@ detect-client-opacity = true;
 refresh-rate = 0;
 
 # Vertical synchronization: match the refresh rate of the monitor
-vsync = true;
+vsync = false;
 
 # Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
 # Reported to have no effect, though.