From 4909f5bde6f74554d79c7d7650eb6e3620573e7e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 12 Jul 2014 11:33:00 +0200 Subject: [PATCH] start: use glx backend for compton and enable vsync This avoids tearing for videos. However, the power consumption may be increased... --- rc/start.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/start.lua b/rc/start.lua index 6f70cb7..039d308 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -1,5 +1,5 @@ -- Spawn a composoting manager -awful.util.spawn("compton", false) +awful.util.spawn("compton --vsync opengl-swc --backend glx", false) -- Start idempotent commands local execute = {