From 9ac4d200db1158c3973fb3dfd3da7f72774c862f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 23 Jul 2014 08:54:35 +0200 Subject: [PATCH] start: use --vsync drm instead of OpenGL for compton With OpenGL backend, sometimes, i3lock is not painted when locking the screen. This is quite disturbing. --- rc/start.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/start.lua b/rc/start.lua index 56b33ac..f309c9f 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -1,5 +1,5 @@ -- Spawn a composoting manager -awful.util.spawn("compton --vsync opengl-swc --backend glx", false) +awful.util.spawn("compton --vsync drm", false) -- Start idempotent commands local execute = {