compton: don't use glx backend

It doesn't work well with newer Intel drivers.
This commit is contained in:
Vincent Bernat 2014-09-19 15:54:57 +02:00
parent d84574ebc3
commit c1c6ca9324

View file

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