compton: fallback again to just xrender

This commit is contained in:
Vincent Bernat 2014-10-01 09:12:14 +02:00
parent 4a278cdb6e
commit 1ca473b480

View file

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