From 6affd9a36cd18575a36f6c906c3e887e2d496982 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 3 Feb 2016 08:50:07 +0100 Subject: [PATCH] connect to THE INTERNET with a script --- local/bin/connect | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 local/bin/connect diff --git a/local/bin/connect b/local/bin/connect new file mode 100755 index 0000000..53d7cc6 --- /dev/null +++ b/local/bin/connect @@ -0,0 +1,3 @@ +#!/bin/bash +profile="$(netctl list | dmenu | sed 's/.* //')" +urxvtc -e sudo netctl switch-to "$profile"