From 706fb9560418fbdbbba0bbe3fecc644369ec3201 Mon Sep 17 00:00:00 2001 From: Jack Foltz Date: Mon, 3 Dec 2018 18:57:56 -0500 Subject: [PATCH] Fix user service i3 targets --- lain/.config/systemd/user/polybar-bottom.service | 2 +- lain/.config/systemd/user/polybar-top.service | 2 +- lain/.config/systemd/user/wallpaper.service | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lain/.config/systemd/user/polybar-bottom.service b/lain/.config/systemd/user/polybar-bottom.service index 91e0b2c..b163ebf 100644 --- a/lain/.config/systemd/user/polybar-bottom.service +++ b/lain/.config/systemd/user/polybar-bottom.service @@ -6,4 +6,4 @@ Type=simple ExecStart=polybar bottom [Install] -WantedBy=i3@.target +WantedBy=i3@.service diff --git a/lain/.config/systemd/user/polybar-top.service b/lain/.config/systemd/user/polybar-top.service index d1233d6..810b384 100644 --- a/lain/.config/systemd/user/polybar-top.service +++ b/lain/.config/systemd/user/polybar-top.service @@ -6,4 +6,4 @@ Type=simple ExecStart=polybar top [Install] -WantedBy=i3@.target +WantedBy=i3@.service diff --git a/lain/.config/systemd/user/wallpaper.service b/lain/.config/systemd/user/wallpaper.service index 89841cd..cc4c7e4 100644 --- a/lain/.config/systemd/user/wallpaper.service +++ b/lain/.config/systemd/user/wallpaper.service @@ -6,4 +6,4 @@ Type=forking ExecStart=/usr/bin/wal -i "/home/lain/Pictures/wallpapers" -a "85" [Install] -WantedBy=i3@.target +WantedBy=i3@.service