Revert "compton: switch back to GLX backend"

This reverts commit ec4236f347. The
problem is still here.
This commit is contained in:
Vincent Bernat 2014-09-26 10:46:42 +02:00
parent 8b72b4f80e
commit ff9ce9621d

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", false)
-- Start idempotent commands -- Start idempotent commands
local execute = { local execute = {