From 6f61c1bbabd3e56587c5f5ba1f08c06c362226f4 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 19 Nov 2014 09:08:53 +0100 Subject: [PATCH] compton: switch to --paint-on-overlay Without that, it is not uncommon for compton to only display the root window. Which is disturbing. --- rc/start.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/start.lua b/rc/start.lua index 1f5ba02..240a9d2 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -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 = {