sway: reduce electrons by two, switch teams to browser

This commit is contained in:
Aminda Suomalainen 2024-04-15 18:07:46 +03:00
parent 8c748dd2d6
commit 31ecb3ef55
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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