diff --git a/systemd/tray-apps/vesktop.service b/systemd/tray-apps/vesktop.service new file mode 100644 index 0000000..336b05f --- /dev/null +++ b/systemd/tray-apps/vesktop.service @@ -0,0 +1,11 @@ +[Unit] +Description=An Electron-based Discord app with Vencord & improved Linux support +Documentation=https://github.com/Vencord/Vesktop +PartOf=tray-apps.target +After=tray-apps.target + +[Service] +ExecStart=/usr/local/bin/vesktop --start-minimized + +[Install] +WantedBy=tray-apps.target