# File rc.rb, line 185
def attach_last_client
  if a = Wmii.get_view(DETACHED_TAG).areas.last
    if c = a.clients.last
      c.tags = Wmii.current_view.name
    end
  end
end