From c1c6ca9324ad75909ff790e896975668aa9e816f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 19 Sep 2014 15:54:57 +0200 Subject: [PATCH] compton: don't use glx backend It doesn't work well with newer Intel drivers. --- rc/start.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/start.lua b/rc/start.lua index 30c6b36..d148ae5 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 --glx-no-rebind-pixmap", false) +awful.util.spawn("compton --vsync drm", false) -- Start idempotent commands local execute = {