From ab60407f8a5957c4eff018791ef30bd6ef289c3b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 23 Jul 2014 09:20:08 +0200 Subject: [PATCH] start: try another option combinaison for compton `--vsync drm` was worst. --- rc/start.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/start.lua b/rc/start.lua index f309c9f..aa73fbc 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -1,5 +1,5 @@ -- Spawn a composoting manager -awful.util.spawn("compton --vsync drm", false) +awful.util.spawn("compton --vsync opengl-swc --backend glx --glx-no-rebind-pixmap", false) -- Start idempotent commands local execute = {