From f77e3f4627423cd0e8f6f4601137f5f57de98fe4 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:21:11 +0200 Subject: [PATCH] Enable picom vsync --- rsc/config/awesome/autostart.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsc/config/awesome/autostart.lua b/rsc/config/awesome/autostart.lua index b4b9b02..1e9a924 100644 --- a/rsc/config/awesome/autostart.lua +++ b/rsc/config/awesome/autostart.lua @@ -1,7 +1,7 @@ local autostart = {} function autostart.exec(awful) - awful.spawn.with_shell("picom --backend glx --xrender-sync-fence") + awful.spawn.with_shell("picom --backend glx --xrender-sync-fence --vsync") -- awful.spawn.with_shell("nitrogen --restore") awful.spawn.with_shell("redshift -x &&redshift -O 3500") -- awful.spawn.with_shell("/usr/lib/polkit-kde-authentication-agent-1")