compton: use xrender-sync + fence

This seems to fix the issue with latest Intel drivers.
This commit is contained in:
Vincent Bernat 2014-09-30 08:56:01 +02:00
parent c86781c262
commit 4a278cdb6e

View file

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