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.
This commit is contained in:
Vincent Bernat 2013-09-27 09:45:11 +02:00
parent 82b605783c
commit ebfdad5021

View file

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