start: use --vsync drm instead of OpenGL for compton

With OpenGL backend, sometimes, i3lock is not painted when locking the
screen. This is quite disturbing.
This commit is contained in:
Vincent Bernat 2014-07-23 08:54:35 +02:00
parent 95ecd523b5
commit 9ac4d200db

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