diff options
Diffstat (limited to '')
| -rw-r--r-- | systemd/user/random-wallpaper.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/systemd/user/random-wallpaper.service b/systemd/user/random-wallpaper.service index e552232..f647034 100644 --- a/systemd/user/random-wallpaper.service +++ b/systemd/user/random-wallpaper.service @@ -1,2 +1,8 @@ +[Unit] +Description=Set random wallpaper +After=graphical-session.target + [Service] +Type=oneshot ExecStart=%h/.config/scripts/set_random %h/Pictures/Backgrounds/ +KillMode=process |
