diff --git a/conf/sway/config.d/autostart-brave-pwa.conf b/conf/sway/config.d/autostart-brave-pwa.conf index 78bace85..68a45c6f 100644 --- a/conf/sway/config.d/autostart-brave-pwa.conf +++ b/conf/sway/config.d/autostart-brave-pwa.conf @@ -1,11 +1,14 @@ -# Autostarting Progressive WebApps using Brave +# Autostarting Progressive WebApps using brave # App IDs are theoretically the same globally -# Brave itself so it's already running when the PWAs start and may avoid +# brave itself so it's already running when the PWAs start and may avoid # another race condition (the sleep is for VPN/DNS in addition to secrets # store). exec --no-startup-id sleep 30 && /usr/local/bin/brave --profile-directory=Default +# teams.microsoft.com/v2 TODO: comment this once I am released from it +exec --no-startup-id sleep 45 && /usr/local/bin/brave --profile-directory=Default --app-id=nfecgfopkdiicnnmccikafaofaoffegm --app-run-on-os-login-mode=windowed + # chat.pikaviestin.fi exec --no-startup-id sleep 45 && /usr/local/bin/brave --profile-directory=Default --app-id=gnfnegplbndhneeicgmmlacdcafhbloj --app-run-on-os-login-mode=windowed diff --git a/conf/sway/config.d/autostart-communication.conf b/conf/sway/config.d/autostart-communication.conf index 9e04a956..bf928767 100644 --- a/conf/sway/config.d/autostart-communication.conf +++ b/conf/sway/config.d/autostart-communication.conf @@ -20,15 +20,15 @@ exec --no-startup-id flatpak run im.dino.Dino --gapplication-service # Gajim nightly, also electronless XMPP #exec --no-startup-id flatpak run org.gajim.Gajim.Devel -# Instant messenger as email client -exec --no-startup-id flatpak run chat.delta.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations +# Instant messenger as email client. Electron. +#exec --no-startup-id flatpak run chat.delta.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations # Mattermost, I fear it's Electron. #exec --no-startup-id flatpak run com.mattermost.Desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations # Microsoft Teams Electron Wrapper for Linux. Edge has decided to crash on # right click and I am currently forced to use Teams. -exec --no-startup-id flatpak run com.github.IsmaelMartinez.teams_for_linux --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations +#exec --no-startup-id flatpak run com.github.IsmaelMartinez.teams_for_linux --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations # Lith, WeeChat Relay client. Sleeping so keyring has time to start first, # otherwise the NextCloud issue of starting too early on SSD happens