return {
init = function()
local conf = conf_dir .. "/modules/picom/picom.conf"
awful.spawn("picom -b --experimental-backends --conf \"" .. conf .. "\"")
end
}