#!/bin/bash find /etc/netctl -maxdepth 1 -type f | xargs basename | dmenu | \ xargs -I{} sudo -A netctl switch-to {}