home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7352ef9
)
Add nmgui script from Arch wiki
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 25 Oct 2020 13:07:57 +0000
(09:07 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 25 Oct 2020 13:07:57 +0000
(09:07 -0400)
need it to create VPN profile
home/bin/nmgui
[new file with mode: 0755]
patch
|
blob
diff --git a/home/bin/nmgui
b/home/bin/nmgui
new file mode 100755
(executable)
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
This page took
0.022791 seconds
and
4
git commands to generate.