From ebfdad5021802cd6e3a47729d516e6422297b352 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 27 Sep 2013 09:45:11 +0200 Subject: [PATCH] start: run compton instead of xcompmgr if available It is a more up-to-date and maintained version of xcompmgr. Let's test it for a bit. --- rc/start.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc/start.lua b/rc/start.lua index 0d0af07..f528a0f 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -9,7 +9,8 @@ if xrandr[config.hostname] then end -- Spawn a composoting manager -awful.util.spawn("xcompmgr", false) +awful.util.spawn("compton", false) +awful.util.spawn("xcompmgr", false) -- Will fail if compton has been started -- Start idempotent commands local execute = {