Automatically restart autostarted apps

This commit is contained in:
2018-08-21 07:36:43 +02:00
parent 6cca04fa9c
commit fda4627f33
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
printf '%s' "starting network tray application"
systemd-run --remain-after-exit --user --setenv=DISPLAY=${DISPLAY} nm-applet
systemd-run --property=Restart=always --user --setenv=DISPLAY=${DISPLAY} nm-applet