Files
dotfiles/autostart/50_network.sh

5 lines
107 B
Bash
Raw Normal View History

2016-09-05 23:25:26 +02:00
#!/usr/bin/env bash
2017-01-23 16:59:05 +01:00
printf '%s' "starting network tray application" >>"$LOGFILE"
2015-11-01 02:30:09 +01:00
nm-applet & &>> $LOGFILE