compton: switch back to GLX backend

Seems to work OK now. Dunno what was the change. Maybe terminal change?
This commit is contained in:
Vincent Bernat 2014-09-26 07:17:02 +02:00
parent 7391a2bee0
commit ec4236f347

View file

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