start: try another option combinaison for compton

`--vsync drm` was worst.
This commit is contained in:
Vincent Bernat 2014-07-23 09:20:08 +02:00
parent 9ac4d200db
commit ab60407f8a

View file

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