# File wm.rb, line 318
    def push! *aClients
      if target = clients.last
        target.focus!
      end

      insert! aClients
    end