From 6e0848eab797f9acd348c26692280ad2d9d5c154 Mon Sep 17 00:00:00 2001 From: Jack Foltz Date: Mon, 3 Dec 2018 19:00:55 -0500 Subject: [PATCH] Fix wallpaper service type --- lain/.config/systemd/user/wallpaper.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lain/.config/systemd/user/wallpaper.service b/lain/.config/systemd/user/wallpaper.service index cc4c7e4..cbcf70a 100644 --- a/lain/.config/systemd/user/wallpaper.service +++ b/lain/.config/systemd/user/wallpaper.service @@ -2,7 +2,7 @@ Description=Load a random wallpaper and colorscheme [Service] -Type=forking +Type=oneshot ExecStart=/usr/bin/wal -i "/home/lain/Pictures/wallpapers" -a "85" [Install]