Accept a name for dl and include starter script file
[khome.git] / home / bin / nmgui
CommitLineData
0846dd3e
SK
1#!/bin/sh
2
3# https://wiki.archlinux.org/index.php/NetworkManager#nm-applet
4
5nm-applet 2>&1 > /dev/null &
6stalonetray 2>&1 > /dev/null
7
8# TODO: trap keyboard interrupt
9killall nm-applet
This page took 0.065767 seconds and 4 git commands to generate.