diff --git a/dotfiles/config/systemd/user/sparkleshare.service b/dotfiles/config/systemd/user/sparkleshare.service deleted file mode 100644 index fdf401ba..00000000 --- a/dotfiles/config/systemd/user/sparkleshare.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Sparkleshare -Wants=taffybar.service -After=taffybar.service - -[Service] -ExecStart=/usr/bin/sparkleshare start -ExecStop=/usr/bin/sparkleshare stop -Type=simple - -[Install] -WantedBy=wm.target