compton: switch to --paint-on-overlay

Without that, it is not uncommon for compton to only display the root
window. Which is disturbing.
This commit is contained in:
Vincent Bernat 2014-11-19 09:08:53 +01:00
parent f81327acbc
commit 6f61c1bbab

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