start: don't try to start xcompmgr

compton takes some time to start and meanwhile, xcompmgr will be
started...
This commit is contained in:
Vincent Bernat 2014-06-11 10:30:02 +02:00
parent d654f1e874
commit 712c1f3362

View file

@ -1,6 +1,5 @@
-- Spawn a composoting manager -- Spawn a composoting manager
awful.util.spawn("compton", false) awful.util.spawn("compton", false)
awful.util.spawn("xcompmgr", false) -- Will fail if compton has been started
-- Start idempotent commands -- Start idempotent commands
local execute = { local execute = {