compton: don't use DRM for vsync, ugly

This commit is contained in:
Vincent Bernat 2014-09-20 09:43:49 +02:00
parent a20ee81fa5
commit b57bffcd16

View file

@ -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 = {