From 03b459e421c62179b02d5600f4bee57dda8e3073 Mon Sep 17 00:00:00 2001 From: Franco Colmenarez Date: Wed, 6 Oct 2021 17:52:15 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbd34c2..1019d11 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ You can see more documentation about `optimus-manager.conf` [here in this link]( If you use some sort of screen compositor like Picom, remember to enable hardware acceleration to get rid of the tearing: ``` backend = "glx"; +vsync = true; ``` If `glx` doesn't work, you can also try `xrender` instead.