calendar fixed for arch, urxvt-font-size added
[dotfiles.git] / x / .local / bin / network
1 #!/bin/bash
2 find /etc/netctl -maxdepth 1 -type f | xargs basename | dmenu | \
3 xargs -I{} sudo -A netctl switch-to {}