From 0846dd3e9ef339b37366e10afe8df0d83c8716ac Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sun, 25 Oct 2020 09:07:57 -0400 Subject: [PATCH] Add nmgui script from Arch wiki need it to create VPN profile --- home/bin/nmgui | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 home/bin/nmgui diff --git a/home/bin/nmgui b/home/bin/nmgui new file mode 100755 index 0000000..17548c5 --- /dev/null +++ b/home/bin/nmgui @@ -0,0 +1,9 @@ +#!/bin/sh + +# https://wiki.archlinux.org/index.php/NetworkManager#nm-applet + +nm-applet 2>&1 > /dev/null & +stalonetray 2>&1 > /dev/null + +# TODO: trap keyboard interrupt +killall nm-applet -- 2.20.1