I see that there is a function to move a client to another screen and
another to move it to to another tag. Is there one that combines these?

Instead of this
function movetoscreentag(t)
    awful.util.movetoscreen()
    awful.util.movetag(t)
end

Thank you

-- 
Kyle Nolan

Reply via email to