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

@@ -3,4 +3,4 @@
wallpaper="$LIBDIR/wallpaper/current"
printf '%s' "setting wallpaper"
systemd-run --remain-after-exit --user --setenv=DISPLAY=${DISPLAY} feh --bg-scale "${wallpaper}"
systemd-run --property=Restart=always --user --setenv=DISPLAY=${DISPLAY} feh --bg-scale "${wallpaper}"