# File rc.rb, line 178
def detach_selection
  Wmii.selected_clients.each do |c|
    c.tags = DETACHED_TAG
  end
end