What's the best way to set a window/position size on client connect? I'm not having any luck with the following code in my awesome.rules.
{ rule = { class = "Conky" }, properties = { floating = true, sticky = false,
ontop = true, focusable = true, function(z)
awful.placement.centered(z,nil) end } },
Thanks,
Greg
