compton: --glx-no-rebind-pixmap is known to break on Intel

This commit is contained in:
Vincent Bernat 2014-11-19 09:05:45 +01:00
parent ace1efda8c
commit f81327acbc

View file

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