# File wm.rb, line 122
  def Wmii.focus_client aId
    if c = find_client(aId)
      v = (a = c.parent).parent

      v.focus!
      a.focus!
      c.focus!
    end
  end