Revert "start: remove --paint-on-overlay from compton options"

This reverts commit 3eded8cdd4. This mess
with screen configuration.
This commit is contained in:
Vincent Bernat 2017-06-20 09:12:21 +02:00
parent 3eded8cdd4
commit f8e519691c

View file

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