diff --git a/blueman-applet.service b/blueman-applet.service new file mode 100644 index 0000000..6c70c6e --- /dev/null +++ b/blueman-applet.service @@ -0,0 +1,11 @@ +[Unit] +Description=a tray applet for managing bluetooth +Documentation=man:blueman-applet +BindsTo=labwc-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/blueman-applet + +[Install] +WantedBy=labwc-session.target diff --git a/megasync.service b/megasync.service new file mode 100644 index 0000000..8d32fa2 --- /dev/null +++ b/megasync.service @@ -0,0 +1,13 @@ +[Unit] +Description=Easy automated syncing between your computers and your MEGA Cloud Drive +Documentation=https://help.mega.io/installs-apps/desktop-syncing +BindsTo=labwc-session.target +After=labwc-session.target + +[Service] +Type=simple +Environment="QT_QPA_PLATFORM=xcb" +ExecStart=/usr/bin/megasync + +[Install] +WantedBy=labwc-session.target diff --git a/protonmail-bridge.service b/protonmail-bridge.service new file mode 100644 index 0000000..7293ce2 --- /dev/null +++ b/protonmail-bridge.service @@ -0,0 +1,13 @@ +[Unit] +Description= Proton Mail Bridge application +Documentation=https://github.com/ProtonMail/proton-bridge +BindsTo=labwc-session.target +After=labwc-session.target +ConditionEnvironment=WAYLAND_DISPLAY + +[Service] +Type=simple +ExecStart=/usr/bin/protonmail-bridge + +[Install] +WantedBy=labwc-session.target diff --git a/protonvpn-app.service b/protonvpn-app.service new file mode 100644 index 0000000..3d0a693 --- /dev/null +++ b/protonvpn-app.service @@ -0,0 +1,12 @@ +[Unit] +Description=Official ProtonVPN Linux app +Documentation=https://github.com/ProtonVPN/proton-vpn-gtk-app +BindsTo=labwc-session.target +After=labwc-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/protonvpn-app + +[Install] +WantedBy=labwc-session.target