From 79f22f7f1f6835a89f97a65dae9b2811ff770881 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Thu, 26 Feb 2026 05:28:43 -0800 Subject: [PATCH] Add vesktop.service --- systemd/tray-apps/vesktop.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 systemd/tray-apps/vesktop.service 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