calendar fixed for arch, urxvt-font-size added
[dotfiles.git] / x / .local / bin / network
index 92131b5..7debf89 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/bash
-find /etc/netctl -maxdepth 1 -type f | dmenu | \
-       xargs -I{} bash -c "sudo -A netctl switch-to \$(basename {})"
+find /etc/netctl -maxdepth 1 -type f | xargs basename | dmenu | \
+       xargs -I{} sudo -A netctl switch-to {}