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

This commit is contained in:
Vincent Bernat 2017-06-19 15:35:07 +02:00
parent ca4759b3d6
commit 3eded8cdd4

View file

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