From b57bffcd160ed7519a29eb3247b05b4ed93c5559 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 20 Sep 2014 09:43:49 +0200 Subject: [PATCH] compton: don't use DRM for vsync, ugly --- rc/start.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/start.lua b/rc/start.lua index d148ae5..a1f91da 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", false) -- Start idempotent commands local execute = {