diff --git a/dotfiles/config/systemd/user/copyq.service b/dotfiles/config/systemd/user/copyq.service index 3788c0c5..0882288c 100644 --- a/dotfiles/config/systemd/user/copyq.service +++ b/dotfiles/config/systemd/user/copyq.service @@ -1,5 +1,6 @@ [Unit] Description=CopyQ +Wants=taffybar.service After=taffybar.service [Service] diff --git a/dotfiles/config/systemd/user/keepassx.service b/dotfiles/config/systemd/user/keepassx.service index 1a91776d..bd19e173 100644 --- a/dotfiles/config/systemd/user/keepassx.service +++ b/dotfiles/config/systemd/user/keepassx.service @@ -1,6 +1,6 @@ [Unit] Description=KeePassX -Requires=taffybar.service +Wants=taffybar.service After=taffybar.service [Service] diff --git a/dotfiles/config/systemd/user/nm-applet.service b/dotfiles/config/systemd/user/nm-applet.service index 732809d4..270200c2 100644 --- a/dotfiles/config/systemd/user/nm-applet.service +++ b/dotfiles/config/systemd/user/nm-applet.service @@ -1,6 +1,6 @@ [Unit] Description=NM Applet -Requires=taffybar.service +Wants=taffybar.service After=taffybar.service [Service] diff --git a/dotfiles/config/systemd/user/pasystray.service b/dotfiles/config/systemd/user/pasystray.service index 3cf27764..2762f1dc 100644 --- a/dotfiles/config/systemd/user/pasystray.service +++ b/dotfiles/config/systemd/user/pasystray.service @@ -1,6 +1,6 @@ [Unit] Description=Pulse Audio System Tray -Requires=taffybar.service +Wants=taffybar.service After=taffybar.service [Service] diff --git a/dotfiles/config/systemd/user/remmina.service b/dotfiles/config/systemd/user/remmina.service index 55c5ff21..f6d497ca 100644 --- a/dotfiles/config/systemd/user/remmina.service +++ b/dotfiles/config/systemd/user/remmina.service @@ -1,5 +1,6 @@ [Unit] Description=remmina +Wants=taffybar.service After=taffybar.service [Service] diff --git a/dotfiles/config/systemd/user/screencloud.service b/dotfiles/config/systemd/user/screencloud.service index 9ef86b13..a883a266 100644 --- a/dotfiles/config/systemd/user/screencloud.service +++ b/dotfiles/config/systemd/user/screencloud.service @@ -1,6 +1,6 @@ [Unit] Description=ScreenCloud -Requires=taffybar.service +Wants=taffybar.service After=taffybar.service [Service] diff --git a/dotfiles/config/systemd/user/sparkleshare.service b/dotfiles/config/systemd/user/sparkleshare.service index 2b67537f..867cbc23 100644 --- a/dotfiles/config/systemd/user/sparkleshare.service +++ b/dotfiles/config/systemd/user/sparkleshare.service @@ -1,5 +1,6 @@ [Unit] Description=Sparkleshare +Wants=taffybar.service After=taffybar.service [Service] diff --git a/dotfiles/config/systemd/user/udiskie.service b/dotfiles/config/systemd/user/udiskie.service index 6efc8a4c..8d675a6b 100644 --- a/dotfiles/config/systemd/user/udiskie.service +++ b/dotfiles/config/systemd/user/udiskie.service @@ -1,6 +1,6 @@ [Unit] Description=udiskie -Requires=taffybar.service +Wants=taffybar.service After=taffybar.service [Service]