From b2d7f1ad5d5d1e2d2e6b232c054cb097384856e7 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 28 Jun 2022 20:31:23 +0300 Subject: [PATCH] sway/autostart-pwa: arrange apps & comment Fluffy, WhatsApp and Ntfy --- conf/sway/config.d/autostart-edge-pwa.conf | 27 +++++++++++++--------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/conf/sway/config.d/autostart-edge-pwa.conf b/conf/sway/config.d/autostart-edge-pwa.conf index 97400d70..16150df4 100644 --- a/conf/sway/config.d/autostart-edge-pwa.conf +++ b/conf/sway/config.d/autostart-edge-pwa.conf @@ -6,23 +6,28 @@ # (safe to close, should work without pinned tab etc.) # NOTE! To identify a PWA, look for manifest in html head. -# YouTube Music -exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=cinhimbnkkaeohfgghhklpknlkffjgod "--app-url=https://music.youtube.com/?source=pwa" +## Instant messengers +### Matrix + +# FluffyChat, Matrix client with proper multi-account support +#exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=chglpbebngpmpnllbfifjpmfjfamdkdc --app-url=https://fluffychat.im/web/ # Hydrogen, lightweight Matrix client (with multiaccount support) exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=fabhlekicpedicndfollleogbcombpcb --app-url=https://hydrogen.element.io/ - -# Glowing Bear, WeeChat Relay protocol client. -exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=copdfoibmmeogdkkhnckdgnngdchekmf --app-url=https://latest.glowing-bear.org/index.html - # Element develop, required for /devtools exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=hnchgjdlopojjdfeefpijmmfnnfkmmon --app-url=https://develop.element.io/index.html -# WhatsApp, mainly family. Missing manifest, not a PWA. -exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=hnpfjngllnobngcgfapefoaidbinmjnm --app-url=https://web.whatsapp.com/ +### IRC +# Glowing Bear, WeeChat Relay protocol client. +exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=copdfoibmmeogdkkhnckdgnngdchekmf --app-url=https://latest.glowing-bear.org/index.html -# FluffyChat, Matrix client with proper multi-account support -exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=chglpbebngpmpnllbfifjpmfjfamdkdc --app-url=https://fluffychat.im/web/ +## Media + +# YouTube Music +exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=cinhimbnkkaeohfgghhklpknlkffjgod "--app-url=https://music.youtube.com/?source=pwa" + +# WhatsApp, mainly family. Missing manifest, not a PWA. +#exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=hnpfjngllnobngcgfapefoaidbinmjnm --app-url=https://web.whatsapp.com/ # Ntfy.sh, all kinds of notifications you send it. Missing manifest, not a PWA. -exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=cmgiilnmnfechkeifkepembegeckngog --app-url=https://ntfy.sh/app +#exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=cmgiilnmnfechkeifkepembegeckngog --app-url=https://ntfy.sh/app