From 9f962ea03c56c70ab881604f65a27383e6f928f6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 26 Jun 2022 20:47:39 +0300 Subject: [PATCH] sway/config.d: add autostart-edge-pwa.conf --- conf/sway/config.d/autostart-edge-pwa.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/sway/config.d/autostart-edge-pwa.conf diff --git a/conf/sway/config.d/autostart-edge-pwa.conf b/conf/sway/config.d/autostart-edge-pwa.conf new file mode 100644 index 00000000..c3875540 --- /dev/null +++ b/conf/sway/config.d/autostart-edge-pwa.conf @@ -0,0 +1,11 @@ +# Autostarting Progressive WebApps using Microsoft Edge +# This relies on my wrapper script https://gitea.blesmrt.net/mikaela/scripts/src/branch/master/bash/usr-local-bin/microsoft-edge +# I am not sure if they need to be installed first, but the --app-id is +# either global or otherwise the same on two machines I tested it on. + +# YouTube Music +exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=cinhimbnkkaeohfgghhklpknlkffjgod "--app-url=https://music.youtube.com/?source=pwa" +# Hydrogen +exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=fabhlekicpedicndfollleogbcombpcb --app-url=https://hydrogen.element.io/ +# Glowing Bear +exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=copdfoibmmeogdkkhnckdgnngdchekmf --app-url=https://latest.glowing-bear.org/index.html