Add nmgui script from Arch wiki
[khome.git] / home / bin / nmgui
diff --git a/home/bin/nmgui b/home/bin/nmgui
new file mode 100755 (executable)
index 0000000..17548c5
--- /dev/null
@@ -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
This page took 0.036954 seconds and 4 git commands to generate.