start: use glx backend for compton and enable vsync

This avoids tearing for videos. However, the power consumption may be
increased...
This commit is contained in:
Vincent Bernat 2014-07-12 11:33:00 +02:00
parent 2dbfdde5a8
commit 4909f5bde6

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 = {