compton: switch back to glx backend

And use both --xrender-sync and --sync opengl-swc
This commit is contained in:
Vincent Bernat 2014-10-03 10:17:33 +02:00
parent 1ca473b480
commit 8452c3b8da

View file

@ -1,5 +1,5 @@
-- Spawn a composoting manager -- Spawn a composoting manager
awful.util.spawn("compton", false) awful.util.spawn("compton --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc --glx-no-rebind-pixmap", false)
-- Start idempotent commands -- Start idempotent commands
local execute = { local execute = {