Glad to inform you, that I found solution:
client.connect_signal("manage", function (c)
....
if not c.size_hints.user_position and not
c.size_hints.program_position then
awful.placement.no_overlap(c)
awful.placement.no_offscreen(c)
awful.placement.centered(n,nil)
end
....
end)-- To unsubscribe, send mail to [email protected].
